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", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "version": "2.7.11", "minimum_chrome_version": "88", "permissions": [ "proxy", "webRequest", "management", "background", "alarms", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "optional_permissions": [ "privacy" ], "externally_connectable": { "matches": [ "https:\/\/*.dotvpn.com\/*" ] }, "background": { "service_worker": "js\/worker.js" }, "action": { "default_icon": { "16": "i\/icons\/16\/logo-inactive.png", "32": "i\/icons\/32\/logo-inactive.png" }, "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "\/upgrade.html", "\/popup.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "\/i\/*" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "i\/icons\/icon16.png", "32": "i\/icons\/icon32.png", "48": "i\/icons\/icon48.png", "128": "i\/icons\/icon128.png" }, "default_locale": "en" }