Home page by Scott

Home page by Scott

Home page with a new photo each day, by Scott Sheppeard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Home page by Scott",
  "version": "0.0.2.1",
  "description": "Home page with a new photo each day, by Scott Sheppeard.",
  "icons": {
    "16": "icons/home-16.png",
    "32": "icons/home-32.png",
    "64": "icons/home-64.png",
    "128": "icons/home-128.png",
    "256": "icons/home-256.png",
    "512": "icons/home-512.png"
  },
  "action": {
    "default_icon": "icons/home-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}