Kaspian

Kaspian

Kaspian searches across all your apps to help you find exactly what you need and discover the things you should know.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Kaspian",
  "description": "Kaspian searches across all your apps to help you find exactly what you need and discover the things you should know.",
  "version": "0.0.2",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "dashboard.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_title": "kaspian."
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "kaspian.",
      "keyword": "k",
      "search_url": "https://beta.kaspian.ai/redirect?source=chrome&path=search&query={searchTerms}",
      "encoding": "UTF-8",
      "favicon_url": "https://beta.kaspian.ai/logo_square.svg",
      "is_default": false
    }
  }
}