Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 05, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NewsBeans.in Sidebar", "version": "1.0", "description": "Access AI summaries of World News from NewsBeans.in in a convenient sidebar", "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "action": { "default_title": "Open NewsBeans Sidebar" }, "permissions": [ "sidePanel" ], "side_panel": { "default_path": "sidepanel.html" }, "background": { "service_worker": "background.js" } }