Mouse Gestures Firefox

Examine source code of Mouse Gestures

By: Bill
Inspect and view changes in Mouse Gestures source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mouse Gestures",
  "version": "1.2",
  "description": "Browse with mouse gestures.",
  "browser_specific_settings": {
    "gecko": {
      "id": "mouse_gestures@example.com"
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": true,
      "js": [
        "script.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": true,
      "js": [
        "frame.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}

Best Mouse Gestures Alternatives

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