Clean Start

Clean Start

Open source new tab extension

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clean Start",
  "short_name": "Clean Start",
  "description": "Open source new tab extension",
  "author": "Michael Sprague",
  "icons": {
    "16": "/images/new-tab-icon-16.png",
    "24": "/images/new-tab-icon-24.png",
    "32": "/images/new-tab-icon-32.png",
    "48": "/images/new-tab-icon-48.png",
    "64": "/images/new-tab-icon-64.png",
    "128": "/images/new-tab-icon-128.png"
  },
  "version": "0.40.4",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://cleanstart.page/api/*"
  ]
}