A fast paced game where it can quickly turn from one player’s advantage to the other.
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": "Reversi",
"description": "A fast paced game where it can quickly turn from one player’s advantage to the other.",
"version": "0.0.0.1",
"manifest_version": 2,
"icons": {
"128": "icon-128.png"
},
"api_console_project_id": "983016546328",
"app": {
"urls": [
"http://www.pludly.com/"
],
"launch": {
"web_url": "https://www.pludly.com/newRoom#af95f451-7850-4a56-86f7-cc98f1c5dc51"
}
}
}