Flappy Bird Game

Flappy Bird Game

A recreation of Flappy bird Created with P5.js

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Flappy Bird Game",
  "version": "2.19",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "Flappy bird",
    "default_icon": "icons/icon-64.png"
  },
  "description": "A recreation of Flappy bird Created with P5.js",
  "icons": {
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  }
}