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",
"manifest_version": 3,
"name": "Offline Reader Pro",
"description": "Save any webpage instantly and read it offline in a breathtaking neon-glass interface.",
"version": "2.0.1",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_title": "Offline Reader Pro"
},
"background": {
"service_worker": "service-worker.js"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"notifications",
"contextMenus"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"styles\/reader-view.css"
],
"matches": [
"<all_urls>"
]
}
]
}