{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "__MSG_prefix_ask__ Brave AI",
  "description": "__MSG_appDesc__",
  "version": "2026.4.10.1",
  "author": "Adam Lui",
  "homepage_url": "https://github.com/KudoAI/brave-omnibox/#readme",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": ["activeTab"],
  "action": { "default_title": "__MSG_prefix_ask__ Brave AI" },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Brave AI",
      "search_url": "https://search.brave.com/ask?q={searchTerms}",
      "favicon_url": "icons/icon16.png",
      "keyword": "@brave",
      "is_default": false
    }
  },
  "background": { "scripts": [ "background.js" ]},
  "browser_specific_settings": { "gecko": { "id": "brave.omnibox@adamlui.com", "strict_min_version": "109.0" }}
}
