Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.1.4", "manifest_version": 3, "description": "__MSG_appDescription__", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "proxy", "storage", "webRequest", "webRequestAuthProvider", "tabs", "management", "offscreen" ], "host_permissions": [ "<all_urls>", "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "VPN", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "icons\/icon-48.png" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*" ] } }