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": "Iron Tunnel | Unlimited VPN", "version": "3.0.0", "description": "Get the best secured Free VPN access to any website, and unblock content with Iron Tunnel", "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "proxy", "storage", "webRequest", "webRequestAuthProvider", "management", "declarativeNetRequest" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content\/index.iife.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] }