Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Beautiful Epub Reader",
"short_name": "B.EpubReader",
"author": "[email protected]",
"description": "__MSG_description__",
"default_locale": "en",
"version": "1.7.5",
"permissions": [
"tts",
"storage",
"fontSettings",
"declarativeNetRequest"
],
"host_permissions": [
"file:\/\/*"
],
"background": {
"service_worker": "background\/index.js"
},
"action": {
"default_title": "Beautiful Epub Reader",
"default_icon": "icons\/epub128.png"
},
"icons": {
"16": "icons\/epub16.png",
"32": "icons\/epub32.png",
"48": "icons\/epub48.png",
"64": "icons\/epub64.png",
"96": "icons\/epub96.png",
"128": "icons\/epub128.png"
}
}