Blank Sky New Tab Page

Blank Sky New Tab Page

Beautiful twilight sky inspired new tab page replacement

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Blank Sky New Tab Page",
  "description": "Beautiful twilight sky inspired new tab page replacement",
  "version": "1.0.2",
  "minimum_chrome_version": "88",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "109.0"
    }
  }
}