Mouse Gesture Firefox

Examine source code of Mouse Gesture

By: img
Inspect and view changes in Mouse Gesture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "26.6.1.1",
  "description": "__MSG_extDesc__",
  "default_locale": "en_US",
  "browser_specific_settings": {
    "gecko": {
      "id": "{e18ffb18-8d6f-4dfe-a336-b0af49a6ca8b}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "sessions",
    "activeTab",
    "clipboardWrite",
    "scripting",
    "search",
    "downloads",
    "privacy"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "unlock-restrictions-bridge.js",
        "screenshot.js",
        "content.js",
        "preview.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "screenshot-pins.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "theme-loader.js",
        "unlock-restrictions-main.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Mouse Gesture Alternatives

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