Pug Wallpaper

Pug Wallpaper

Pug wallpaper turn new tab to HD custom Pug dogs background. Cute Pug wallpaper background theme for dog fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "background": {
    "service_worker": "10pugbg57.js"
  },
  "action": {
    "default_icon": "pugimg/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "10pugindex57.html"
  },
  "icons": {
    "48": "pugimg/icon48.png",
    "128": "pugimg/icon128.png"
  },
  "version": "10.57.36.2",
  "permissions": [
    "unlimitedStorage",
    "storage"
  ]
}