{ "manifest_version": 3, "name": "AutoFirmer Capture", "version": "0.5.0", "description": "Scrapes the HTML of the target tab and posts it to the AutoFirmer dashboard while the AutoBuyer is switched on.", "permissions": ["scripting", "tabs", "storage", "alarms"], "host_permissions": [ "https://*.tradeify.co/*", "https://*.lucidtrading.com/*", "http://localhost/*", "http://127.0.0.1/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "AutoFirmer Capture" } }