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": "Reader's Block", "description": "Start reading again by replacing unproductive sites with your reading list", "version": "0.0.0.2", "manifest_version": 3, "icons": { "16": "static\/logo\/logo_16.png", "48": "static\/logo\/logo_48.png", "128": "static\/logo\/logo_128.png" }, "action": { "default_icon": { "16": "static\/logo\/logo_16.png", "32": "static\/logo\/logo_32.png" }, "default_title": "Reader's Block", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "tabs", "declarativeNetRequest", "webNavigation", "alarms", "notifications" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "blocked.html", "css\/*", "static\/*" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] }