Mobile Gestures Firefox

Examine source code of Mobile Gestures

Inspect and view changes in Mobile Gestures source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mobile Gestures",
  "version": "1.2.4resigned1",
  "description": "Adds mouse gestures to Firefox and one-finger-gestures to Firefox for Android.",
  "icons": {
    "48": "icons/mobile-gestures-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "mobile-gestures.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "mobile-gestures@jonas-hellmann.de"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}

Best Mobile Gestures Alternatives

Here are some Firefox add-ons that are similar to Mobile Gestures: