Pixy - Unlimited 4K Background Wallpapers

Pixy - Unlimited 4K Background Wallpapers

#1 Perfect New Tab: Use any 4K image as background wallpaper. Pixy comes with motivational quotes, customized clock, Google search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pixy - Unlimited 4K Background Wallpapers",
  "version": "1.0.2",
  "description": "#1 Perfect New Tab: Use any 4K image as background wallpaper. Pixy comes with motivational quotes, customized clock, Google search",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Pixy",
    "default_icon": {
      "16": "resources/images/logo_16.png",
      "32": "resources/images/logo_32.png",
      "48": "resources/images/logo_48.png",
      "128": "resources/images/logo_128.png"
    }
  },
  "icons": {
    "16": "resources/images/logo_16.png",
    "32": "resources/images/logo_32.png",
    "48": "resources/images/logo_48.png",
    "128": "resources/images/logo_128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "alarms",
    "contextMenus"
  ],
  "chrome_url_overrides": {
    "newtab": "pixy.html"
  },
  "author": "Oziku Technologies LLC"
}