Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "Trust VPN", "version": "2.0.0", "description": "TrustVPN is the fastest, easiest, and most secure VPN service which protects your online activities and data around the clock.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "128": "images\/icon128.png" }, "default_popup": "pages\/popup.html", "default_title": "TrustVPN" }, "permissions": [ "tabs", "proxy", "storage", "privacy", "webRequest", "notifications", "alarms", "cookies", "webRequestAuthProvider", "scripting" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "pages\/background.js" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }