Jot On Tab

Jot On Tab

Enhances the browsing experience by changing the default search engine and adds notes functionality

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jot On Tab",
  "version": "0.0.1",
  "manifest_version": 3,
  "description": "Enhances the browsing experience by changing the default search engine and adds notes functionality",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "WebSearch",
      "keyword": "websearch",
      "search_url": "https://newtaber.com/search/jot-bing?q={searchTerms}",
      "favicon_url": "https://newtaber.com/assets/extensions/jot-bing/logo.png",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "icons": {
    "16": "assets/icons/logo.png",
    "48": "assets/icons/logo.png",
    "128": "assets/icons/logo.png"
  },
  "permissions": [
    "storage"
  ]
}