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": "Web Page Summarizer", "version": "1.0.4", "description": "Summarizes the content of the current webpage using OpenAI", "icons": { "16": "icon16x16.png", "32": "icon32x32.png", "48": "icon48x48.png", "128": "icon128x128.png" }, "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_popup": "popup.html" }, "options_page": "options.html", "background": { "service_worker": "background.js" } }