Urban Safe Browsing

Urban Safe Browsing

Search, browse & explore whatever you want while avoiding harmful elements!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.2.5",
  "homepage_url": "https://www.urban-vpn.com/",
  "manifest_version": 3,
  "action": {
    "default_icon": "public/sprites/icon-16.png",
    "default_title": "Urban Safe Browsing",
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "match_about_blank": true,
      "js": [
        "content/safecheck-notification/index.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "public/sprites/icon-16.png",
    "48": "public/sprites/icon-48.png",
    "128": "public/sprites/icon-128.png"
  },
  "permissions": [
    "scripting",
    "tabs",
    "webRequest",
    "webNavigation",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/content/safecheck-notification/index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker/index.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}