27 lines
498 B
JSON
27 lines
498 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Container proxy",
|
|
"version": "0.1.22",
|
|
"description": "Container Proxy",
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "container-proxy@weblibre.eu"
|
|
}
|
|
},
|
|
"permissions": [
|
|
"<all_urls>",
|
|
"geckoViewAddons",
|
|
"nativeMessaging",
|
|
"nativeMessagingFromContent",
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"storage",
|
|
"cookies",
|
|
"proxy"
|
|
],
|
|
"background": {
|
|
"scripts": [
|
|
"background/index.js"
|
|
]
|
|
}
|
|
} |