Readium

Readium

EPUB reader for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Readium",
  "description": "EPUB reader for Chrome",
  "version": "2.31.1",
  "version_name": "2.31.1",
  "default_locale": "en_US",
  "app": {
    "background": {
      "scripts": [
        "scripts/background.js"
      ]
    }
  },
  "minimum_chrome_version": "42",
  "icons": {
    "16": "icons/small.png",
    "48": "icons/medium.png",
    "128": "icons/large.png"
  },
  "permissions": [
    "https://www.google-analytics.com/*",
    "storage",
    "unlimitedStorage",
    "app.window.fullscreen"
  ]
}