Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "version": "1.2.0", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "activeTab", "storage", "scripting" ], "manifest_version": 3, "default_locale": "en", "action": { "default_icon": "images\/reader128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "index.js" ], "run_at": "document_end", "all_frames": true } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/background.js" }, "icons": { "16": "images\/reader16.png", "32": "images\/reader32.png", "48": "images\/reader48.png", "128": "images\/reader128.png" }, "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.svg", "fonts\/*", "main.css" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts allow-popups allow-modals allow-downloads; script-src 'self'; child-src 'self';" } }