Awesome Chess Game New Tab

Awesome Chess Game New Tab

Play Chess online in browser new tab. The most interesting chess game for chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Awesome Chess Game New Tab",
  "version": "2.01",
  "description": "Play Chess online in browser new tab. The most interesting chess game for chrome.",
  "icons": {
    "128": "images/icon3.png"
  },
  "background": {
    "scripts": [
      "js/background3.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_title": "Chess Game"
  }
}