Wallpaper Dogs & Puppies New Tab

Wallpaper Dogs & Puppies New Tab

Get to know your favorite breeds while enjoying amazing dog and puppy wallpapers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wallpaper Dogs & Puppies New Tab",
  "description": "Get to know your favorite breeds while enjoying amazing dog and puppy wallpapers.",
  "version": "3.0.39",
  "short_name": "Pawtastic",
  "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": "Wallpaper Dogs & Puppies New Tab"
  },
  "background": {
    "service_worker": "main.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "*://*.pawtastictab.com/*"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.pawtastictab.com/*"
      ],
      "js": [
        "js/content-scripts/installed.js",
        "js/content-scripts/event-handler.js"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://mystart.mystartcdn.com https://*.firebaseio.com;style-src 'self' 'unsafe-inline' https://fonts.googleapis.com  https://mystart.mystartcdn.com https://maxcdn.bootstrapcdn.com",
    "sandbox": "sandbox allow-scripts; script-src 'self' 'https://apis.google.com/' 'https://www.gstatic.com/' 'https://*.firebaseio.com' 'https://*.firebasedatabase.app' 'https://www.googleapis.com' 'https://ajax.googleapis.com'; object-src 'self'"
  },
  "manifest_version": 3
}