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": "NowRSS", "version": "1.0.2", "description": "find and export data in your browser", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "index.html", "default_title": "NowRSS", "default_icon": { "16": "mini_logo.png", "32": "mini_logo.png", "48": "mini_logo.png", "128": "mini_logo.png" } }, "permissions": [ "activeTab", "scripting", "storage" ] }