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": "Summarize", "description": "Summarize any article using your favorite AI", "version": "0.0.7", "manifest_version": 3, "action": [], "permissions": [ "scripting", "activeTab", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "background.bundle.js" }, "web_accessible_resources": [ { "resources": [ "styles.css" ], "matches": [ "<all_urls>" ] } ] }