feat: add notification scheduling permission

This commit is contained in:
2026-07-14 02:46:03 +08:00
parent 1378fda7f2
commit 43ac963923
6 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -126,7 +126,8 @@
"secrets.read",
"secrets.write",
"sync.participate",
"browser.receiver.manage"
"browser.receiver.manage",
"notifications.schedule"
]
},
"minItems": 1
+2 -1
View File
@@ -47,6 +47,7 @@
{ "name": "secrets.read", "description": "Read secrets from the secret store", "dangerous": true },
{ "name": "secrets.write", "description": "Write secrets to the secret store", "dangerous": true },
{ "name": "sync.participate", "description": "Participate in vault sync", "dangerous": true },
{ "name": "browser.receiver.manage", "description": "View and rotate the local browser receiver pairing token", "dangerous": true }
{ "name": "browser.receiver.manage", "description": "View and rotate the local browser receiver pairing token", "dangerous": true },
{ "name": "notifications.schedule", "description": "Replace the plugin's scheduled native notifications", "dangerous": false }
]
}