Simple Gesture Beta Firefox

Examine source code of Simple Gesture Beta

By: utubo
Inspect and view changes in Simple Gesture Beta source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "6.2",
  "version_name": "6.2 beta",
  "default_locale": "en",
  "icons": {
    "64": "icon64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "simple_gesture_beta@utb.dip.jp",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "140.0"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://*/*",
    "storage",
    "tabs",
    "scripting",
    "activeTab",
    "sessions",
    "declarativeNetRequest"
  ],
  "optional_permissions": [
    "clipboardRead",
    "clipboardWrite"
  ]
}

Best Simple Gesture Beta Alternatives

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