SnapScene - Live Wallpaper HD New Tab Scenery

SnapScene - Live Wallpaper HD New Tab Scenery

Fill your Chrome homepage background with beautiful and stunning scenery.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SnapScene - Live Wallpaper HD New Tab Scenery",
  "version": "1.8.0",
  "description": "Fill your Chrome homepage background with beautiful and stunning scenery.",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "dreamy.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "storage"
  ]
}