Mouse Gesture Events Firefox

Examine source code of Mouse Gesture Events

By: Simpler
Inspect and view changes in Mouse Gesture Events source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "@mousegesture",
      "strict_min_version": "48.0a1"
    }
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "2.9resigned1",
  "description": "__MSG_extDes__",
  "background": {
    "scripts": [
      "res/background.js"
    ]
  },
  "icons": {
    "48": "res/icon.svg",
    "128": "res/icon.svg"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "res/add.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": true,
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "res/options.htm",
    "open_in_tab": true,
    "browser_style": false
  },
  "permissions": [
    "sessions",
    "storage"
  ]
}

Best Mouse Gesture Events Alternatives

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