KARMA | Search to make a difference

KARMA | Search to make a difference

Help protect biodiversity and improve animal welfare by searching the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "KARMA | Search to make a difference",
  "short_name": "KARMA Search",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "3.0.0",
  "manifest_version": 3,
  "icons": {
    "16": "resources/icons/brand/logo.png",
    "32": "resources/icons/brand/logo.png",
    "48": "resources/icons/brand/logo.png",
    "128": "resources/icons/brand/logo.png"
  },
  "action": {
    "default_icon": "resources/icons/brand/logo.png",
    "default_title": "Open a KARMA new tab"
  },
  "chrome_url_overrides": {
    "newtab": "newtab/newtab.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://karmasearch.org/favicon.ico",
      "is_default": true,
      "keyword": "karma",
      "name": "Karma Search",
      "search_url": "https://karmasearch.org/search?q={searchTerms}&origin=chrome_ext&method=topbar"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "resources/*"
      ],
      "extension_ids": [
        "npeimmdidecgfamlonehonaimdmbnmme"
      ]
    }
  ]
}