Just VPN - Free Proxy

Just VPN - Free Proxy

Free VPN, without registration and restrictions!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "ad-blocker/background.js",
      "bg/build.js",
      "bg/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon_grey.png",
    "default_popup": "popup/index.html",
    "default_title": "Just VPN"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "libs/processor.js"
      ],
      "match_about_blank": true,
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "ad-blocker/content.js"
      ],
      "match_about_blank": true,
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "content/post_api.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "content/location.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "content/safecheck-notification/content.js",
        "content/safecheck.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "content/price-check-notification/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "content/app-notification/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google.com https://www.gstatic.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArcYbi6nHik4YlxhebFN0JXU8R5IT5lXfaPKfStjaiUYbSwLGOCWFXjzvgfQS0XPquzr8IuPFryb4SGfImqo4wZWNBLwETBgLuL4cOJ2uF49zTv0qZWLemoUH8rLn76UxitfGPSc4WxiuBJWnjkoJQRjmUHJPOQG1k9y2rneCUcksD4PaehNSrXJHTwSQBFYBDs136q8KswouS1U0LbcXAZnEx/X6otaeEsI77qyDzy4CnSWsSLXQUw6qB1lSsguI+3Wtu3dYKmf4q9tYgwCBemuT+YchvelUnb8CpaprSTEwKJ2nJwASWmAO73csZovM+8xyzN9xA3Yl1AoVU846ewIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "proxy",
    "management",
    "alarms",
    "storage",
    "<all_urls>",
    "https://sessions.bugsnag.com/*",
    "https://notify.bugsnag.com/*",
    "https://*.urban-vpn.com/*",
    "https://google-analytics.com/*",
    "https://www.google-analytics.com/*",
    "https://www.google-analytics.com/*",
    "https://config-toolbar.urban-vpn.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.9.3",
  "web_accessible_resources": [
    "/content/safecheck-notification/notification-iframe/index.html",
    "/content/price-check-notification/notification-iframe/index.html",
    "/content/app-notification/app-iframe/index.html",
    "/libs/extend-native-history-api.js",
    "/libs/requests.js"
  ]
}