Star Wars Newtab Theme

Star Wars Newtab Theme

The expansion creates a new tab in the thematic style of 'Star Wars'

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_title": "__MSG_appButtonDesc__"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "permissions": [
    "topSites",
    "geolocation"
  ],
  "version": "2.0.0.0"
}