SparkChess

SparkChess

The only chess game that puts fun first. Play against the computer or challenge your friends online!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SparkChess",
  "short_name": "SparkChess",
  "description": "The only chess game that puts fun first. Play against the computer or challenge your friends online!",
  "version": "10.0.0",
  "app": {
    "urls": [
      "http://www.sparkchess.com/chrome.html"
    ],
    "launch": {
      "web_url": "http://www.sparkchess.com/chrome.html"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "24": "icon-24.png",
    "128": "icon-128.png"
  }
}