Line up the same colour candies and lollies and watch em explode to gain points.
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 Faces",
"description": "Line up the same colour candies and lollies and watch em explode to gain points.",
"version": "0.0.10",
"manifest_version": 2,
"app": {
"urls": [
"http://www.gametork.com/"
],
"launch": {
"web_url": "http://www.gametork.com/unity-games-2/candy-faces-2"
}
},
"icons": {
"16": "16.png",
"128": "128.png"
}
}