Tab Overrider - Discover an Awesome Tab

Tab Overrider - Discover an Awesome Tab

Tab Overrider offers to get aweosome new tab with customizable backgrounds and widgets, without requiring any permissions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tab Overrider - Discover an Awesome Tab",
  "version": "0.1.5",
  "description": "Tab Overrider offers to get aweosome new tab with customizable backgrounds and widgets, without requiring any permissions",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png",
    "256": "icons/icon.png"
  },
  "permissions": [
    "storage"
  ]
}