Space Start Page - Live Wallpapers

Space Start Page - Live Wallpapers

Fill your new tab with live wallpapers of space!

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": "Space Start Page - Live Wallpapers",
  "version": "1.0.0",
  "description": "Fill your new tab with live wallpapers of space!",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "icons": {
    "16": "logo/space_16x16.png",
    "48": "logo/space_48x48.png",
    "128": "logo/space_128x128.png"
  }
}