ChromiumSimpleStartpage

ChromiumSimpleStartpage

Replaces the new tab page with a simple start page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "ChromiumSimpleStartpage",
  "description": "Replaces the new tab page with a simple start page",
  "version": "1.0",
  "author": "A.Tipikin",
  "incognito": "split",
  "permissions": [],
  "chrome_url_overrides": {
    "newtab": "startpage.html"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}