Free Live Wallpapers for Windows PC

Free Live Wallpapers for Windows PC

Filters for the images you ask for, and directs anything matching them to your library

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Free Live Wallpapers for Windows PC",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "Filters for the images you ask for, and directs anything matching them to your library",
  "homepage_url": "https://itprospt.com/live-wallpaper-windows-10/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  }
}