Examine source code of Flappy ZigZig

Inspect and view changes in Flappy ZigZig 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
{
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self';",
  "name": "Flappy ZigZig",
  "description": "A cuter more colorful Flappy Bird!!!",
  "version": "1.0.2",
  "icons": {
    "128": "game/icons/icon-128.png"
  },
  "background": {
    "page": "template/background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "game/icons/icon-128.png",
    "default_popup": "/game/popup.html"
  },
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "https://*.playtcubed.com/*",
      "http://*.playtcubed.com/*",
      "https://*.tcubedstudios.com/*",
      "http://*.tcubedstudios.com/*"
    ]
  },
  "web_accessible_resources": [
    "game/js/*",
    "game/libs/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}