Convert EPUB to File

Convert EPUB to File

Convert EPUB to other formats.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Convert EPUB to File",
  "description": "Convert EPUB to other formats.",
  "version": "1.0",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "homepage_url": "https://epub-converter-30832.web.app/",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Convert EPUB to File"
  },
  "manifest_version": 2
}