Game of Thrones New Tab Theme

Game of Thrones New Tab Theme

Bring life to your browser with a range of wallpapers from the hit TV series Game of Thrones.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Game of Thrones New Tab Theme",
  "version": "1.2.2",
  "description": "Bring life to your browser with a range of wallpapers from the hit TV series Game of Thrones.",
  "permissions": [
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "tabs",
    "cookies",
    "http://platform.brusmedia.com/",
    "*://*.unsplash.com/*",
    "*://*.doubleclick.net/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com ; object-src 'self';",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "SearchWorm",
      "keyword": "SearchWorm",
      "favicon_url": "http://www.searchworm.com/favicon.ico",
      "search_url": "http://www.searchworm.com?q={searchTerms}",
      "encoding": "UTF-8",
      "is_default": false
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_icon": "images/16.png"
  },
  "web_accessible_resources": [
    "images/16.png"
  ],
  "incognito": "split",
  "manifest_version": 2
}