Mouse Gesture (crxMouse) Firefox

Examine source code of Mouse Gesture (crxMouse)

Inspect and view changes in Mouse Gesture (crxMouse) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "web_accessible_resources": [
    "resources/fonts/NunitoSans-Regular.woff",
    "core/views/popup-command-view/popup-command-view.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7e6d3c2b-70e8-4a26-9a0f-cbdaddd395be}"
    }
  },
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "icons": {
    "32": "resources/img/iconx32.png",
    "48": "resources/img/iconx48.png",
    "96": "resources/img/iconx96.png"
  },
  "background": {
    "page": "core/bundle/background.html"
  },
  "optional_permissions": [
    "sessions",
    "bookmarks",
    "clipboardWrite",
    "clipboardRead",
    "downloads",
    "search",
    "browsingData"
  ],
  "options_ui": {
    "page": "views/options/index.html",
    "open_in_tab": true
  },
  "version": "3.2.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "core/bundle/content.bundle.js"
      ],
      "match_origin_as_fallback": true,
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start",
      "css": [
        "core/views/mouse-gesture-view/mouse-gesture-view.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "js": [
        "core/bundle/gesture.bundle.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self'  'unsafe-eval'; object-src 'self';",
  "browser_action": {
    "default_icon": {
      "32": "resources/img/iconx32.png",
      "48": "resources/img/iconx48.png",
      "96": "resources/img/iconx96.png"
    },
    "default_title": "__MSG_commandLabelOpenAddonSettings__"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webNavigation",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "notifications",
    "browserSettings"
  ],
  "name": "Mouse Gesture (crxMouse)"
}

Best Mouse Gesture (crxMouse) Alternatives

Here are some Firefox add-ons that are similar to Mouse Gesture (crxMouse):