Game of Thrones Wallpaper New Tab

Game of Thrones Wallpaper New Tab

This is an extension for Game of Thrones Wallpaper New Tab and also an awesome TV show.

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 Game of Thrones Wallpaper New Tab and also an awesome TV show.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "Game of Thrones Wallpaper New Tab",
  "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": [
    "*"
  ]
}