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": "Sonne AI - Summarize any web page with just one click", "version": "1.0.5", "description": "Summarize long articles, web pages and more in seconds.", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "icons": { "16": "assets\/summarizer.png", "48": "assets\/summarizer.png", "128": "assets\/summarizer.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "scripting", "storage" ] }