UniTab

UniTab

Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "UniTab",
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.",
  "homepage_url": "https://www.unitab.co",
  "icons": {
    "16": "icon/16x16.png",
    "32": "icon/32x32.png",
    "48": "icon/48x48.png",
    "128": "icon/128x128.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "name": "UniTab",
  "permissions": [
    "tabs",
    "storage"
  ],
  "short_name": "UniTab",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "icon.png"
      ]
    }
  ]
}