Accessible EPUB Viewer

Accessible EPUB Viewer

독서 장애인을 위한 읽어주는 전자책 뷰어

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "독서 장애인을 위한 읽어주는 전자책 뷰어",
  "version": "1.3.1",
  "default_locale": "ko",
  "icons": {
    "16": "images/boinit-favicon.png"
  },
  "permissions": [
    "tts"
  ],
  "action": {},
  "background": {
    "service_worker": "chrome/background.js"
  }
}