Nextnextnext

Nextnextnext

The best way to read webcomic archives: with keyboard shortcuts and preloading

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nextnextnext",
  "description": "The best way to read webcomic archives: with keyboard shortcuts and preloading",
  "version": "1.1",
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "commands": {
    "pager-next": {
      "suggested_key": {
        "default": "Ctrl+Period",
        "mac": "Alt+Period"
      },
      "description": "next page"
    },
    "pager-prev": {
      "suggested_key": {
        "default": "Ctrl+Comma",
        "mac": "Alt+Comma"
      },
      "description": "previous page"
    }
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  }
}