Star Wars HD HD New Tab

Star Wars HD HD New Tab

Download the Star Wars HD New Tab extension, change the appearance of your browser and get new features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.1.5",
  "default_locale": "en",
  "icons": {
    "48": "icons/ic48.png",
    "128": "icons/ic128.png"
  },
  "offline_enabled": true,
  "browser_action": {
    "default_icon": "icons/ic48.png"
  },
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "background": {
    "scripts": [
      "js/star-wars-hd.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://use.fontawesome.com https://stackpath.bootstrapcdn.com https://cdnjs.cloudflare.com; object-src 'self'"
}