{ "manifest_version": 3, "name": "Suppress GCal Alerts", "version": "1.0", "permissions": ["scripting"], "host_permissions": ["https://calendar.google.com/*"], "background": { "service_worker": "background.js" } }