Urban Shield

Urban Shield

Urban Shield is a Wi-Fi surfing protection & auto caching, and history cleaner extension for your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "6.4.0",
  "homepage_url": "https://www.urban-vpn.com/",
  "manifest_version": 3,
  "action": {
    "default_icon": "public/sprites/icon-grey.png",
    "default_title": "Urban Shield",
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "ad-blocker/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    },
    {
      "all_frames": false,
      "match_about_blank": true,
      "js": [
        "content/index.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "public/sprites/icon.png",
    "48": "public/sprites/icon-48.png",
    "128": "public/sprites/icon-128.png"
  },
  "permissions": [
    "webRequestBlocking",
    "tabs",
    "webNavigation",
    "webRequest",
    "proxy",
    "management",
    "alarms",
    "storage",
    "scripting",
    "browsingData",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://*.bugsnag.com/*",
    "https://*.urban-vpn.com/*",
    "https://www.google-analytics.com/*",
    "https://ssl.google-analytics.com/*",
    "https://google-analytics.com/",
    "https://www.google.com/favicon.ico",
    "https://www.youtube.com/favicon.ico",
    "<all_urls>",
    "https://addons.mozilla.org/firefox/addon/urban-shield/*",
    "https://www.urban-vpn.com/thank-you-ext-shield/*",
    "https://www.urban-vpn.com/uninstall-ext-shield/*",
    "https://addons.mozilla.org/firefox/addon/urban-vpn//*",
    "https://authentication.urban-vpn.com/*",
    "https://anti-mining-protection-toolbar.urban-vpn.com/api/rest/v2/*",
    "https://geo.geosurf.io/*",
    "https://authentication.urban-vpn.com/*",
    "https://config-toolbar.urban-vpn.com/rest/v1/configs/extensions/urban-shield/*",
    "https://stats.urban-vpn.com/api/rest/v2/*",
    "https://api-pro.urban-vpn.com/rest/v1/*",
    "https://api-pro.urban-vpn.com/rest/v1/*",
    "https://api-pro.urban-vpn.com/rest/v1/*",
    "https://authentication.urban-vpn.com/rest/v1/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/content/safe-check-notification/index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/content/scripts/location.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    },
    {
      "resources": [
        "executers/fr-co.js",
        "executers/vi-ig-tr.js",
        "executers/vi-oo-tr.js",
        "executers/vi-pn-tr.js",
        "executers/vi-rd-tr.js",
        "executers/vi-tr.js",
        "executers/vi-tt-tr.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "service-worker/index.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e25fb70d-3892-456f-a698-f8f8bd749e23}",
      "strict_min_version": "113.0"
    }
  }
}