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": "SnipSum: Simplify Your Reading, Instantly", "version": "1.0.1", "description": "Instantly summarize webpages or selected text using AI. Get concise summaries with one click.", "default_locale": "en", "permissions": [ "contextMenus", "activeTab", "scripting", "clipboardWrite", "storage" ], "host_permissions": [ "http:\/\/localhost:1024\/*", "https:\/\/please.snipsum.com\/api\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_width": 600, "default_height": 800 }, "background": { "service_worker": "background\/background.js" }, "web_accessible_resources": [ { "resources": [ "popup\/popup.html", "popup\/popup.js", "popup\/popup.css", "content\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }