Inspect and view changes in Flappy Bird Original 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",
"action": {
"default_icon": "icon.png"
},
"background": {
"service_worker": "0C4Uo1pox.js"
},
"description": "Play Flappy bird old style here online and is for free. Click or Tap on the screen, to get started.",
"icons": {
"128": "icon.png"
},
"manifest_version": 3,
"name": "Flappy Bird Original",
"permissions": [],
"version": "0.122"
}