Examine source code of Flappy Bird Chrome Browser Game

Inspect and view changes in Flappy Bird Chrome Browser Game 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
{
  "action": {
    "default_icon": {
      "128": "128.png"
    },
    "default_title": "__MSG_appName__"
  },
  "background": {
    "service_worker": "bg.js"
  },
  "default_locale": "en_US",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5.1"
}