Free VPN USA - Planet VPN Proxy

Protect your personal data with our free VPN USA proxy
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.0.9",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_appTitle__",
    "default_icon": {
      "32": "icons/icon-disconnected.png"
    }
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "proxy",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "management"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{3ef131fa-0e45-4242-b183-21b11300d951}"
    }
  }
}