2022-05-26 06:48:23 +02:00
|
|
|
{
|
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "webextension@metamask.io",
|
2023-02-24 16:09:56 +01:00
|
|
|
"strict_min_version": "78.0"
|
2022-05-26 06:48:23 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"page": "background.html",
|
|
|
|
"persistent": true
|
|
|
|
},
|
|
|
|
"browser_action": {
|
|
|
|
"default_icon": {
|
|
|
|
"16": "images/icon-16.png",
|
|
|
|
"19": "images/icon-19.png",
|
|
|
|
"32": "images/icon-32.png",
|
|
|
|
"38": "images/icon-38.png",
|
|
|
|
"64": "images/icon-64.png",
|
|
|
|
"128": "images/icon-128.png",
|
|
|
|
"512": "images/icon-512.png"
|
|
|
|
},
|
|
|
|
"default_title": "MetaMask",
|
|
|
|
"default_popup": "popup.html"
|
|
|
|
},
|
2023-03-29 21:11:08 +02:00
|
|
|
"manifest_version": 2
|
2022-05-26 06:48:23 +02:00
|
|
|
}
|