Start Tab

Start Tab

Replacement new tab page which is faster and more streamlined.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Start Tab",
  "version": "1.2.0",
  "description": "Replacement new tab page which is faster and more streamlined.",
  "author": "Jonathan Crocker",
  "offline_enabled": true,
  "permissions": [
    "bookmarks",
    "favicon"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "icons": {
    "16": "icon16x16.033d15ed.png",
    "32": "icon32x32.774921cc.png",
    "48": "icon48x48.0a81788e.png",
    "64": "icon64x64.4889d669.png",
    "128": "icon128x128.7dcca1a6.png"
  }
}