Star Craft 2 For New Tab

Star Craft 2 For New Tab

Star Craft 2 For New Tab is a new type of theme extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_chrome_extension_name__",
  "description": "__MSG_chrome_extension_description__",
  "version": "1.0.0",
  "default_locale": "en",
  "app": {
    "launch": {
      "container": "tab",
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "management",
    "bookmarks",
    "contextMenus",
    "notifications",
    "topSites",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    "index.html"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2
}