History Rocker Gestures

History Rocker Gestures

Adds Rocker gestures for navigating back and forward.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "History Rocker Gestures",
  "description": "Adds Rocker gestures for navigating back and forward.",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "rocker.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "icons": {
    "128": "icon_128.png"
  }
}