HTML to EPUB Converter

HTML to EPUB Converter

Convert HTML files to EPUB

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HTML to EPUB Converter",
  "default_locale": "en",
  "description": "Convert HTML files to EPUB",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "2.0",
  "icons": {
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/icon-128.png"
  }
}