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