StarterTab - Your next New Tab

StarterTab - Your next New Tab

A fully customizable webapp to replace your 'New Tab' homepage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "StarterTab - Your next New Tab",
  "description": "A fully customizable webapp to replace your 'New Tab' homepage.",
  "version": "2.4.1",
  "icons": {
    "16": "assets/favicon.ico",
    "32": "assets/favicon.ico",
    "48": "assets/favicon.ico",
    "128": "assets/favicon.ico"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  }
}