Gesticulate Firefox

Examine source code of Gesticulate

By: squib
Inspect and view changes in Gesticulate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gesticulate",
  "version": "0.3.2resigned1",
  "description": "Perform common browsing commands via rocker gestures.",
  "applications": {
    "gecko": {
      "id": "gesticulate@squib.org"
    }
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "prefs.js",
        "log.js",
        "functions.js",
        "gestures.js",
        "mouseGestures.js",
        "main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  }
}

Best Gesticulate Alternatives

Here are some Firefox add-ons that are similar to Gesticulate: