LinghuBros Reader for ePub and PDF,supports mind map and dropbox

LinghuBros Reader for ePub and PDF,supports mind map and dropbox

LinghuBros Reader is a reading software that focuses on reading, learning and managing local e-book resources.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.2.7",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "default_locale": "en",
  "homepage_url": "https://reader.linghuxiong.com",
  "icons": {
    "48": "images/logo-48x48.png",
    "96": "images/logo-96x96.png"
  },
  "action": {
    "default_icon": "images/logo-48x48.png",
    "default_title": "LinghuBros Reader for ePub and PDF"
  },
  "background": {
    "service_worker": "background.js"
  }
}