11 lines
232 B
JSON
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"
|
|
}
|
|
}
|