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": "Notion Web Summarizer", "version": "1.0.1", "description": "Summarize web pages and save them to Notion", "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "https:\/\/*.notion.so\/*", "https:\/\/summarize2notion.com\/api\/*" ], "action": { "default_popup": "popup.html", "default_icon": "icon48.png" }, "options_page": "options.html", "icons": { "48": "icon48.png" }, "background": { "service_worker": "background.js", "type": "module" } }