KeyGuard Web Secure

KeyGuard Web Secure

Browse safely with KeyGuard Web Secure. Effortlessly filter out inappropriate content for a secure and efficient online experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "KeyGuard Web Secure",
  "version": "1.0.6",
  "description": "Browse safely with KeyGuard Web Secure. Effortlessly filter out inappropriate content for a secure and efficient online experience",
  "icons": {
    "16": "assets/icons/16x16.png",
    "96": "assets/icons/96x96.png",
    "128": "assets/icons/128x128.png"
  },
  "author": "FireArc",
  "homepage_url": "https://www.keyguard-websecure.com/",
  "permissions": [
    "cookies",
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "*://*.keyguard-websecure.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "KeyGuard",
      "keyword": "KeyGuard",
      "search_url": "https://searching.keyguard-websecure.com/query/to?&q={searchTerms}",
      "favicon_url": "http://www.keyguard-websecure.com/wp-content/uploads/2024/01/Favicon.png",
      "suggest_url": "https://suggesting.keyguard-websecure.com?q={searchTerms}",
      "instant_url": "",
      "search_url_post_params": "",
      "suggest_url_post_params": "",
      "instant_url_post_params": "",
      "image_url_post_params": "",
      "alternate_urls": [],
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "background": {
    "service_worker": "main.js",
    "type": "module"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}