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": "SpamTracker", "version": "0.0.2", "description": "A Chrome extension for managing Gmail unsubscribe actions", "permissions": [ "storage", "tabCapture", "desktopCapture", "activeTab" ], "background": { "service_worker": "src\/pages\/background\/index.js" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [] } ] }