Custom vpn for lixi88

Custom vpn for lixi88

change vpn.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "images/setupvpn-48-grey.png",
    "default_popup": "popup.html",
    "default_title": "SetupVPN"
  },
  "description": "change vpn.",
  "icons": {
    "128": "images/setupvpn-128.png"
  },
  "manifest_version": 2,
  "name": "Custom vpn for lixi88",
  "permissions": [
    "storage",
    "proxy",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "tabs",
    "management"
  ],
  "short_name": "SetupVPN",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.0",
  "content_scripts": [
    {
      "matches": [
        "https://lixi88.info/*"
      ],
      "js": [
        "lib/jquery.js",
        "lib/papaparse.js",
        "js/script_lixi.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ]
}