Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proxy Auto Auth", "description": "This extension enable you to automatically authenticate to your proxy once you set up your credentials.", "version": "2.0", "icons": { "16": "icon_16.png", "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" }, "background": { "scripts": [ "lib.js", "bg.js" ] }, "permissions": [ "notifications", "webRequest", "webRequestBlocking", "<all_urls>" ], "browser_action": { "default_title": "Proxy Auto Auth Options", "default_icon": "icon_32.png" }, "options_page": "options.html" }