SuperStart New Tab Page

SuperStart New Tab Page

A New Tab Extension that lets you create a customized Start Page Experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SuperStart New Tab Page",
  "description": "A New Tab Extension that lets you create a customized Start Page Experience",
  "version": "1.1.15",
  "author": "SuperStart",
  "manifest_version": 3,
  "action": {
    "default_title": "SuperStart"
  },
  "minimum_chrome_version": "104",
  "icons": {
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "sessions",
    "system.cpu",
    "system.memory"
  ],
  "host_permissions": [],
  "optional_permissions": [
    "favicon"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' http://localhost:8097; object-src 'self'"
  }
}