Teasing puzzle game for anyone enjoying poker and cards games! Build 10 poker hands with 25 cards in 5x5 field.
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",
"manifest_version": 2,
"name": "Poker Puzzle",
"version": "1.0.0",
"description": "Teasing puzzle game for anyone enjoying poker and cards games! Build 10 poker hands with 25 cards in 5x5 field.",
"icons": {
"16": "/icon-16.png",
"32": "/icon-32.png",
"128": "/icon-128.png"
},
"app": {
"background": {
"scripts": [
"chrome_bootstrap.js"
]
}
},
"permissions": [
"app.window",
"storage",
"http://*.inner-active.com/",
"https://api.mongolab.com/",
"http://*.inner-active.mobi/",
"webview"
],
"author": "Oto Ciulis"
}