Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EpubPup - EPUB Reader",
"author": "Angela Lu",
"version": "1.0.9",
"manifest_version": 3,
"description": "Sleek and powerful EPUB reader that lets you read ePub files directly in your browser. FREE and easy to use.",
"background": {
"service_worker": "scripts\/background.js"
},
"action": {
"default_icon": {
"16": "skin\/icon16.png",
"32": "skin\/icon32.png",
"48": "skin\/icon48.png",
"128": "skin\/icon128.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "skin\/icon16.png",
"32": "skin\/icon32.png",
"48": "skin\/icon48.png",
"128": "skin\/icon128.png"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset",
"enabled": true,
"path": "rules.json"
}
]
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"declarativeNetRequest",
"storage"
],
"web_accessible_resources": [
{
"resources": [
"reader.html"
],
"matches": [
"<all_urls>"
]
}
],
"offline_enabled": true
}