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": "Medium Pro Premium Reader", "version": "7.5.7", "description": "Read medium based articles.", "icons": { "16": "img\/icon16.jpg", "32": "img\/icon32.jpg", "48": "img\/icon48.jpg", "64": "img\/icon64.jpg", "96": "img\/icon96.jpg", "128": "img\/icon128.jpg" }, "permissions": [ "storage", "contextMenus" ], "background": { "service_worker": "background.js" }, "options_page": "options.html", "action": { "default_icon": "img\/icon128.jpg" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "app.js" ] } ] }