Flappy 2048

Flappy 2048

JavaScript canvas version of Flappy 2048 game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Flappy 2048",
  "short_name": "JS Canvas Flappy 2048",
  "description": "JavaScript canvas version of Flappy 2048 game",
  "version": "1.6.1",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "128": "ico.png"
  },
  "author": "Alexandr Andrienko",
  "permissions": [
    "storage"
  ],
  "offline_enabled": true
}