Cute Cat Wallpapers New Tab

Cute Cat Wallpapers New Tab

Cutie Cats Wallpapers New Tab is the ultimate extension for cat & kitten lovers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cute Cat Wallpapers New Tab",
  "description": "Cutie Cats Wallpapers New Tab is the ultimate extension for cat & kitten lovers.",
  "version": "3.0.40",
  "short_name": "Cutie Cats",
  "permissions": [
    "storage",
    "topSites",
    "tabs"
  ],
  "icons": {
    "16": "icons/16.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": {
      "64": "icons/64.png",
      "128": "icons/128.png"
    },
    "default_title": "Cute Cat Wallpapers New Tab"
  },
  "background": {
    "service_worker": "main.js",
    "type": "module"
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';style-src 'self' 'unsafe-inline' https://fonts.googleapis.com"
  },
  "manifest_version": 3
}