PP VPN Free-Unblock blocked sites Proxy

PP VPN Free-Unblock blocked sites Proxy

PP VPN is Free VPN, Safe VPN, No register, No configurations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extensionName__",
  "description": "__MSG_appDesc__",
  "version": "9.2",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://stackpath.bootstrapcdn.com; object-src 'self'",
  "icons": {
    "16": "img/32.png",
    "48": "img/64.png",
    "128": "img/icon.png"
  },
  "options_page": "option.html",
  "browser_action": {
    "default_title": "PP VPN",
    "default_icon": "img/iconoff.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/md5.js",
      "js/system.js",
      "js/background.js",
      "js/blockedsites.js"
    ],
    "persistent": true
  },
  "permissions": [
    "proxy",
    "management",
    "webRequest",
    "*://*/*",
    "tabs",
    "notifications"
  ],
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "default_locale": "en"
}