Clean Start

Clean Start

Open source new tab extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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.12.19",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "geolocation",
    "storage",
    "unlimitedStorage",
    "https://cleanstart.page/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}