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": "Website Summarizer", "version": "1.1", "description": "Uses Gemini API to summarize webpages", "permissions": [ "scripting", "activeTab" ], "background": { "service_worker": "server\/dist\/main.js" }, "action": { "default_popup": "popup.html", "default_icon": { "512": "icons\/icon.png" } }, "icons": { "512": "icons\/icon.png" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }