Long Strip for MangaDex

Long Strip for MangaDex

Add a long strip reading mode to MangaDex

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Long Strip for MangaDex",
  "version": "0.0.0.9resigned1",
  "web_accessible_resources": [
    "script.js"
  ],
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "description": "Add a long strip reading mode to MangaDex",
  "content_scripts": [
    {
      "matches": [
        "https://mangadex.org/chapter/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6eb89093-d704-4157-8752-0fa8e4102764}"
    }
  }
}