Inspect and view changes in ChokoMines 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": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "ChokoMines",
"description": "Play the classic game in a chocolate flavour!",
"version": "2.2",
"author": "Rajasri",
"action": {
"default_icon": "image/cubcakemines.png",
"default_popup": "index.html"
},
"icons": {
"16": "image/image-logo-16x16.png",
"32": "image/image-logo-32x32.png",
"48": "image/image-logo-48x48.png",
"128": "image/image-logo-128x128.png"
}
}