Free VPN France - Planet VPN

Free VPN France - Planet VPN

Get accesss to any website or service with our free unlimited VPN France Proxy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.0.5",
  "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": "{f09ff4ee-5216-4c51-b3bf-31e1f4bf5b5c}"
    }
  }
}