Files
I2P_in_Private_Browsing_Mod…/manifest.json
2019-05-02 17:31:04 -04:00

32 lines
822 B
JSON

{
"applications": {
"gecko": {
"id": "i2psetproxy.js@eyedeekay.github.io",
"strict_min_version": "60.0"
}
},
"permissions": ["theme", "browsingData", "notifications", "proxy", "privacy", "storage"],
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.23",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://github.com/eyedeekay/i2psetproxy.js",
"icons": {
"48": "icons/toopie.png"
},
"browser_action": {
"browser_style": true,
"default_icon": "icons/toopie.png",
"default_title": "__MSG_extensionName__",
"default_popup": "window.html"
},
"options_ui": {
"page": "options/options.html"
},
"background": {
"scripts": ["background.js", "proxy.js", "info.js", "privacy.js" ]
},
"default_locale": "en"
}