{
  "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"
  ]
}