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": "Synopse - GPT Summarizer", "version": "1.0.0", "description": "", "icons": { "128": "public\/icon-128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "public\/*", "assets\/*", "content\/index.css" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "background\/index.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "content\/index.js" ], "css": [ "content\/index.css" ], "run_at": "document_start" } ] }