Nature Start Page - Live Wallpapers

Nature Start Page - Live Wallpapers

Fill your new tab with live wallpapers of Nature!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Kartikey Tiwari",
  "manifest_version": 3,
  "name": "Nature Start Page - Live Wallpapers",
  "version": "1.0.0",
  "description": "Fill your new tab with live wallpapers of Nature!",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "icons": {
    "16": "logo/nature_16x16.png",
    "48": "logo/nature_48x48.png",
    "128": "logo/nature_128x128.png"
  }
}