20 lines
470 B
JSON
20 lines
470 B
JSON
{
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "i2psetproxy.js@eyedeekay.github.io",
|
|
"strict_min_version": "60.0"
|
|
}
|
|
},
|
|
"permissions": ["theme", "proxy", "privacy", "storage"],
|
|
"manifest_version": 2,
|
|
"name": "i2psetproxy.js",
|
|
"version": "1.12",
|
|
"description": "Set up a browser to use the i2p http proxy automatically",
|
|
"options_ui": {
|
|
"page": "options/options.html"
|
|
},
|
|
"background": {
|
|
"scripts": ["background.js", "proxy.js"]
|
|
}
|
|
}
|