Opera Gestures Firefox

Examine source code of Opera Gestures

By: _y_s
Inspect and view changes in Opera Gestures source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Opera Gestures",
  "version": "0.7b9",
  "applications": {
    "gecko": {
      "id": "{57466e58-d98e-457c-8b93-0b9bb6f3e0b0}",
      "strict_min_version": "77.0"
    }
  },
  "description": "__MSG_manifest_description__",
  "developer": {
    "name": "_y_s",
    "url": "https://github.com/ys0115/OperaGestures"
  },
  "author": "_y_s",
  "homepage_url": "https://github.com/ys0115/OperaGestures",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "sessions",
    "storage"
  ],
  "optional_permissions": [
    "browserSettings"
  ],
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "match_about_blank": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "default-src 'self'",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best Opera Gestures Alternatives

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