Paradise PD Wallpaper New Tab Background

Paradise PD Wallpaper New Tab Background

This is an extension for Paradise PD Wallpaper New Tab Background, the cartoon that defined crazy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/jquery-3.3.1.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon16.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_security_policy": "script-src 'self' https://s3.us-east-2.amazonaws.com/ https://ssl.google-analytics.com https://www.googletagmanager.com https://www.google-analytics.com https://json.geoiplookup.io https://query.yahooapis.com; object-src 'self'",
  "description": "This is an extension for Paradise PD Wallpaper New Tab Background, the cartoon that defined crazy",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "Paradise PD Wallpaper New Tab Background",
  "offline_enabled": true,
  "permissions": [
    "unlimitedStorage",
    "storage",
    "contextMenus",
    "notifications",
    "bookmarks",
    "management"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "web_accessible_resources": [
    "*"
  ]
}