EPUBReader

EPUBReader

Read epub files directly in the browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "EPUBReader",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "skin/icon_16.png",
    "32": "skin/icon_32.png",
    "48": "skin/icon_48.png",
    "128": "skin/icon_128.png"
  },
  "version": "2.1.1",
  "default_locale": "en",
  "homepage_url": "http://www.epubread.com/",
  "author": "Michael Volz",
  "action": {
    "default_icon": {
      "16": "skin/icon_16.png",
      "32": "skin/icon_32.png",
      "48": "skin/icon_48.png",
      "128": "skin/icon_128.png"
    },
    "default_title": "EPUBReader",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "permissions": [
    "declarativeNetRequest",
    "downloads",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "reader.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}