Farty Flapper

Farty Flapper

Flap and fart your way through the trees of the forest, right in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Farty Flapper",
  "version": "1.0",
  "description": "Flap and fart your way through the trees of the forest, right in your browser.",
  "homepage_url": "https://www.chromethemer.com/",
  "icons": {
    "48": "icons/wallpaperwolf-48.png"
  },
  "permissions": [
    "alarms",
    "tabs"
  ],
  "page_action": {
    "default_icon": "icons/wallpaperwolf-32.png",
    "default_title": "Farty Flapper"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}