Blank Sky New Tab Page

Blank Sky New Tab Page

Beautiful twilight sky inspired new tab page replacement

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Blank Sky New Tab Page",
  "description": "Beautiful twilight sky inspired new tab page replacement",
  "version": "1.0.3",
  "minimum_chrome_version": "88",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}