Examine source code of Flappy Pig

Inspect and view changes in Flappy Pig 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": 3,
  "name": "Flappy Pig",
  "description": "A 2D arcade style flying game similar to flappy bird. UPDATE: Latest version is 1.1, increased difficulty of the game slightly.",
  "version": "1.1",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}