Urban Free VPN proxy Unblocker - Best VPN

Urban Free VPN proxy Unblocker - Best VPN

Stay anonymous & secure with VPN - surf through 80 locations with Urban VPN for Firefox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "3.14.0",
  "homepage_url": "https://www.urban-vpn.com/",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "ad-blocker/background.js",
      "bg/build.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon_grey.png",
    "default_title": "Urban VPN",
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "libs/processor.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "ad-blocker/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content/post_api.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content/location.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "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"
    }
  ],
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "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://config-toolbar.urban-vpn.com/*"
  ],
  "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"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{fca67f41-776b-438a-9382-662171858615}"
    }
  }
}