Inspect and view changes in Japanese Abacus SOROBAN source codes across current and past versions
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": "http://clients2.google.com/service/update2/crx",
"name": "Japanese Abacus SOROBAN",
"description": "Let's calculate with the Japanese abacus!",
"version": "1.2",
"manifest_version": 2,
"app": {
"urls": [
"http://game-cafe.net/topindex.php?id=soroban&genset1=brain"
],
"launch": {
"web_url": "http://game-cafe.net/topindex.php?id=soroban&genset1=brain"
}
},
"icons": {
"128": "soroban_128.png"
},
"permissions": [
"notifications"
]
}