Pull to refresh for browsers Firefox

Examine source code of Pull to refresh for browsers

Inspect and view changes in Pull to refresh for browsers source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "",
  "name": "Pull to refresh",
  "version": "1.1.5resigned1",
  "description": "Pull down gesture implementation ( touch / mousewheel / trackpad ) to reload the current webpage.",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "css/styles.css"
      ],
      "match_about_blank": true,
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "https://*/*",
    "http://*/*",
    "tabs"
  ],
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{e9b34955-7963-471e-b6c7-fe4b1a4abbda}"
    }
  }
}

Best Pull to refresh for browsers Alternatives

Here are some Firefox add-ons that are similar to Pull to refresh for browsers: