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", "icons": { "16": "icon16.plasmo.754a7afc.png", "32": "icon32.plasmo.1b596b7f.png", "48": "icon48.plasmo.9c45e82d.png", "64": "icon64.plasmo.696cf0ec.png", "128": "icon128.plasmo.f5004619.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.754a7afc.png", "32": "icon32.plasmo.1b596b7f.png", "48": "icon48.plasmo.9c45e82d.png", "64": "icon64.plasmo.696cf0ec.png", "128": "icon128.plasmo.f5004619.png" }, "default_popup": "popup.html" }, "version": "1.1.8", "author": "", "name": "Jiffy Reader", "description": "A Browser Extension for Faster Reading on ANY website!", "homepage_url": "https:\/\/github.com\/ansh\/jiffyreader.com#readme", "background": { "service_worker": "background.b78a8f7f.js" }, "permissions": [ "storage", "activeTab", "declarativeNetRequest", "tabs" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content_script.9f8fae8a.js" ], "all_frames": true, "run_at": "document_start", "css": [] }, { "matches": [ "<all_urls>" ], "js": [ "content.2c66db0c.js" ], "all_frames": true, "run_at": "document_end", "css": [] } ], "version_name": "1.1.8", "default_locale": "en", "host_permissions": [ "<all_urls>" ], "commands": { "toggle-bionic": { "suggested_key": { "default": "Alt+B" }, "description": "Toggle bionic reading mode" } }, "web_accessible_resources": [ { "resources": [ "assets\/icon512.png", "assets\/sun-light-solid.svg", "assets\/moon-solid.svg" ], "matches": [ "<all_urls>" ] }, { "matches": [ "<all_urls>" ], "resources": [ "content.1cbb8929.css" ] } ] }