Flappy bird but the pipes sometimes move.
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": "Birds 'N' Pipes",
"description": "Flappy bird but the pipes sometimes move.",
"version": "1.1",
"action": {
"default_popup": "index.html"
},
"icons": {
"48": "icons/logo48.png",
"96": "icons/logo96.png",
"128": "logo.png"
}
}