Tabun: Smart Newtab

Tabun: Smart Newtab

Tabun is a live newtab with a minimalist design.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tabun: Smart Newtab",
  "description": "Tabun is a live newtab with a minimalist design.",
  "version": "1.12",
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "is_default": true,
      "name": "Yahoo",
      "keyword": "keyword.__MSG_url_domain__",
      "search_url": "https://tabun.net/index.html?p={searchTerms}",
      "favicon_url": "https://tabun.net/images/favicon.png",
      "encoding": "UTF-8",
      "suggest_url": "https://tabun.net/suggestions.html?p={searchTerms}"
    }
  },
  "host_permissions": [
    "https://cdn.flixel.com/*",
    "https://sugg.search.yahoo.net/*"
  ],
  "permissions": [
    "bookmarks"
  ]
}