EpubPup - EPUB Reader

EpubPup - EPUB Reader

Sleek and powerful EPUB reader that lets you read ePub files directly in your browser. FREE and easy to use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EpubPup - EPUB Reader",
  "author": "Angela Lu",
  "version": "1.0.8",
  "manifest_version": 2,
  "description": "Sleek and powerful EPUB reader that lets you read ePub files directly in your browser. FREE and easy to use.",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "skin/icon16.png",
      "32": "skin/icon32.png",
      "48": "skin/icon48.png",
      "128": "skin/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "skin/icon16.png",
    "32": "skin/icon32.png",
    "48": "skin/icon48.png",
    "128": "skin/icon128.png"
  },
  "permissions": [
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "web_accessible_resources": [
    "reader.html"
  ],
  "offline_enabled": true
}