Files
I2P_in_Private_Browsing_Mod…/manifest.json
2019-02-19 14:56:55 -05:00

28 lines
633 B
JSON

{
"applications": {
"gecko": {
"id": "i2psetproxy.js@eyedeekay.github.io",
"strict_min_version": "60.0"
}
},
"permissions": ["theme", "proxy", "privacy", "storage"],
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.13",
"description": "__MSG_extensionDescription__",
"icons": {
"48": "icons/toopie.png"
},
"browser_action": {
"default_icon": "icons/toopie.png",
"default_title": "__MSG_resetMessage__"
},
"options_ui": {
"page": "options/options.html"
},
"background": {
"scripts": ["background.js", "proxy.js"]
},
"default_locale": "en"
}