initial commit
This commit is contained in:
10
manifest.json
Normal file
10
manifest.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Suppress GCal Alerts",
|
||||
"version": "1.0",
|
||||
"permissions": ["scripting"],
|
||||
"host_permissions": ["https://calendar.google.com/*"],
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user