Star Wars New Tab Theme

Star Wars New Tab Theme

Star Wars New Tab Theme brings all the greatest movie moments to your new tab with Star Wars themed wallpapers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Star Wars New Tab Theme",
  "version": "1.0",
  "description": "Star Wars New Tab Theme brings all the greatest movie moments to your new tab with Star Wars themed wallpapers.",
  "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
}