Inspect and view changes in Freedom Fish 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": "Freedom Fish",
"description": "This is a physic-based puzzle game.",
"version": "1",
"app": {
"urls": [
"http://html5.playcombo.com/FreedomFish/"
],
"launch": {
"web_url": "http://html5.playcombo.com/FreedomFish/"
}
},
"icons": {
"128": "promo128x128.png"
},
"permissions": [
"unlimitedStorage",
"notifications"
],
"manifest_version": 2
}