mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
Add MSFT Edge keys to manifest.json
This commit is contained in:
parent
106cbc133f
commit
3597759151
@ -3,6 +3,7 @@
|
|||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "2.7.3",
|
"version": "2.7.3",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
"author": "https://metamask.io",
|
||||||
"description": "Ethereum Browser Extension",
|
"description": "Ethereum Browser Extension",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "images/icon-16.png",
|
"16": "images/icon-16.png",
|
||||||
@ -18,7 +19,8 @@
|
|||||||
"scripts": [
|
"scripts": [
|
||||||
"scripts/chromereload.js",
|
"scripts/chromereload.js",
|
||||||
"scripts/background.js"
|
"scripts/background.js"
|
||||||
]
|
],
|
||||||
|
"persistent": true
|
||||||
},
|
},
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": {
|
"default_icon": {
|
||||||
|
Loading…
Reference in New Issue
Block a user