Inspect and view changes in Coin Flip Simulator 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",
"name": "Coin Flip Simulator",
"version": "1.0",
"description": "Flips a coin the specified number of times",
"manifest_version": 3,
"icons": {
"128": "Coins-3-icon.png"
},
"action": {
"default_icon": {
"128": "Coins-3-icon.png"
},
"default_title": "Coin Simulator",
"default_popup": "index.html"
}
}