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": "Page Summarizer", "version": "2.0.8", "description": "Summarize web pages using OpenAI API", "permissions": [ "activeTab", "storage", "scripting", "contextMenus" ], "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "action": { "default_popup": "src\/pages\/popup.html", "default_icon": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" } }, "background": { "service_worker": "src\/background.js", "type": "module" }, "options_page": "src\/pages\/config.html" }