You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
371 B

{
"name": "EasyDEX App",
"short_name": "EasyDEX",
"description": "EasyDEX - Decentralized Crypto Currency Exchange App",
"version": "0.0.2",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"author": "jl777, Satinder Grewal",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [
"storage"
]
}