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": "Clean Reader - Read without distractions", "description": "An essential reading assistant tool that ensures ad free and enjoyable reading experience", "version": "1.0.1", "author": "Extension Artisan<[email protected]>", "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png", "256": "images\/icons\/256.png" }, "background": { "service_worker": "background.js" }, "action": [], "host_permissions": [ "<all_urls>" ], "permissions": [ "scripting", "activeTab" ], "web_accessible_resources": [ { "resources": [ "\/article-template.html", "\/images\/icons\/ui-icons\/*", "\/js\/reader.js", "\/vendors\/highlight\/highlight.js", "\/vendors\/highlight\/highlight.css", "\/vendors\/highlight\/highlight-dracula.css", "\/css\/injectable.css", "\/images\/icons\/ui-icons\/align-center.png" ], "matches": [ "*:\/\/*\/*" ] } ] }