Flappy Ball Firefox

Examine source code of Flappy Ball

Inspect and view changes in Flappy Ball source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Flappy Ball",
  "version": "1.0",
  "description": "The best way to keep the ball away from the obstacles is to look ahead. If you pay attention",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "128": "images/flappy-ball-logo.png"
    },
    "default_title": "Open Popup",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/flappy-ball-logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2431e371-3f78-412e-abed-4e622a9381be}"
    }
  }
}

Best Flappy Ball Alternatives

Here are some Firefox add-ons that are similar to Flappy Ball: