Talking Tom and Friends HD Wallpapers

Talking Tom and Friends HD Wallpapers

This is an extension for Talking Tom and Friends HD Wallpapers

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 Talking Tom and Friends HD Wallpapers",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "Talking Tom and Friends HD Wallpapers",
  "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": [
    "*"
  ]
}