Add MSFT Edge keys to manifest.json

This commit is contained in:
Dan Finlay 2016-08-07 13:35:07 -07:00
parent 106cbc133f
commit 3597759151
1 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"short_name": "Metamask",
"version": "2.7.3",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",
"icons": {
"16": "images/icon-16.png",
@ -18,7 +19,8 @@
"scripts": [
"scripts/chromereload.js",
"scripts/background.js"
]
],
"persistent": true
},
"browser_action": {
"default_icon": {