Night sWitch

Night sWitch

Automatically switch new tab wallpaper depending on time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Night sWitch",
  "version": "1.1",
  "description": "Automatically switch new tab wallpaper depending on time",
  "author": "Ken Wu",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "options_page": "options.html",
  "icons": {
    "200": "icon200.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}