Stratus - New Tab page

Stratus - New Tab page

A clean and fast new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "offline_enabled": true,
  "name": "Stratus - New Tab page",
  "description": "A clean and fast new tab page",
  "version": "1.0.9",
  "homepage_url": "https://github.com/dineshkhadka/stratus",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}