Chess

Chess

A logical board game, played on a chessboard for two players, combining elements of art, science and sports.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "files/bg_img.js",
      "files/background.js",
      "files/newtabpromo_bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_appButtonDesc__"
  },
  "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__",
  "options_ui": {
    "browser_style": true,
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "cookies"
  ],
  "version": "1.0.0.6"
}