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": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "incognito": "spanning", "homepage_url": "https:\/\/www.vpnunlimited.com", "permissions": [ "tabs", "proxy", "alarms", "privacy", "storage", "offscreen", "webRequest", "webRequestAuthProvider" ], "host_permissions": [ "<all_urls>" ], "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "icons\/app_icon_connected_16.png", "48": "icons\/app_icon_connected_48.png", "128": "icons\/app_icon_connected_128.png" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_title__", "default_icon": { "16": "icons\/app_icon_normal_16.png", "48": "icons\/app_icon_normal_48.png", "128": "icons\/app_icon_normal_128.png" } }, "web_accessible_resources": [ { "resources": [ "icons\/*", "images\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "version": "9.0.6", "minimum_chrome_version": "116" }