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": "FlashM \u2014 Web & PDF Summarizer", "version": "1.1.2", "description": "Summarize any page in one click. Keep the essentials, skip the noise.", "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "activeTab", "scripting", "notifications" ], "host_permissions": [ "https:\/\/flashm.cc\/*", "https:\/\/www.flashm.cc\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "externally_connectable": { "matches": [ "https:\/\/flashm.cc\/*", "https:\/\/www.flashm.cc\/*" ] }, "icons": { "128": "icons\/icon128.png" } }