Candy Match Game

Play online Candy match game, You have adjust the candy with the same candy then all three candy will be crush.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Candy Match Game",
  "description": "Play online Candy match game, You have adjust the candy with the same candy then all three candy will be crush.",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://www.gameppoint.com/candy-match3/"
    ],
    "launch": {
      "web_url": "http://www.gameppoint.com/candy-match3/"
    }
  }
}