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", "name": "Reeader - Minimal reader with speed reading", "version": "1.3.0", "description": "A simple and minimal way to read articles faster.", "permissions": [ "activeTab", "storage", "scripting" ], "background": { "service_worker": "background.js" }, "action": [], "icons": { "16": "images\/reader16.png", "32": "images\/reader32.png", "48": "images\/reader48.png", "128": "images\/reader128.png" }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "images\/*.png" ], "matches": [ "<all_urls>" ] } ] }