Gesture AutoScroller for Android Firefox

Examine source code of Gesture AutoScroller for Android

Inspect and view changes in Gesture AutoScroller for Android source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gesture AutoScroller",
  "version": "2.0.1",
  "description": "Mobile reading assistant with tap navigation and gesture-controlled autoscrolling to reduce hand strain",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "notifications"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "Gesture AutoScroller",
    "default_popup": "options.html"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gesture-autoscroller@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Gesture AutoScroller for Android Alternatives

Here are some Firefox add-ons that are similar to Gesture AutoScroller for Android: