Edge Touch Pager Firefox

Examine source code of Edge Touch Pager

By: Jhnet
Inspect and view changes in Edge Touch Pager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Edge-Touch Pager",
  "version": "1.0",
  "developer": {
    "name": "Jonathan Heathcote",
    "url": "https://github.com/mossblaser/edge-touch-pager"
  },
  "description": "Page up and down by touching the left and right edges of the screen. Swipe up or down on screen edges to scroll to the top or bottom of the screen.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "icons/edge-touch-pager.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "edge_touch_pager.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "browser_action_handler.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/edge-touch-pager.svg",
    "default_title": "Togle Edge Touch Pager"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false,
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "edge_touch_pager@jhnet.co.uk"
    }
  }
}

Best Edge Touch Pager Alternatives

Here are some Firefox add-ons that are similar to Edge Touch Pager: