Searchin' Private Secure Browsing

Searchin' Private Secure Browsing

Your Ultimate Extension for Safe and Convenient Web Browsing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Searchin' Private Secure Browsing",
  "description": "Your Ultimate Extension for Safe and Convenient Web Browsing",
  "version": "2.0.7",
  "short_name": "Incognito Web Search",
  "incognito": "split",
  "icons": {
    "16": "./images/icons/16.png",
    "48": "./images/icons/48.png",
    "128": "./images/icons/128.png"
  },
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "48": "images/icons/48.png",
      "64": "images/icons/64.png",
      "128": "images/icons/128.png"
    },
    "default_popup": "./html/popup.html",
    "default_title": "Searchin' Private Secure Browsing"
  },
  "chrome_url_overrides": {
    "newtab": "html/newtab.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.searchinprivate.net/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/icons/19.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3,
  "update_url": "https://clients2.google.com/service/update2/crx"
}