Hidari - Manga & Webtoon Reading Assistant

Hidari - Manga & Webtoon Reading Assistant

Read manga and webtoons online hands free! Scrolls and goes to next chapter automatically.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hidari - Manga & Webtoon Reading Assistant",
  "description": "Read manga and webtoons online hands free! Scrolls and goes to next chapter automatically.",
  "version": "1.3",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "start-stop": {
      "suggested_key": {
        "default": "Ctrl+Shift+Space",
        "mac": "Command+Shift+Space"
      },
      "description": "Key to start or stop scrolling"
    },
    "next": {
      "suggested_key": {
        "default": "Ctrl+Shift+Right",
        "mac": "Command+Shift+Right"
      },
      "description": "Key to go to next chapter"
    },
    "previous": {
      "suggested_key": {
        "default": "Ctrl+Shift+Left",
        "mac": "Command+Shift+Left"
      },
      "description": "Key to go to previous chapter"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "webNavigation"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Hidari - Reading Assistant",
    "default_icon": {
      "16": "/images/favicon-16x16.png",
      "32": "/images/favicon-32x32.png",
      "128": "/images/hidari.png"
    }
  },
  "icons": {
    "16": "/images/favicon-16x16.png",
    "32": "/images/favicon-32x32.png",
    "128": "/images/hidari.png"
  },
  "options_page": "options.html"
}