Files
gcal-no-alert/manifest.json
2026-02-27 13:25:04 -05:00

11 lines
232 B
JSON

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