feat: add notification scheduling permission
This commit is contained in:
@@ -126,7 +126,8 @@
|
||||
"secrets.read",
|
||||
"secrets.write",
|
||||
"sync.participate",
|
||||
"browser.receiver.manage"
|
||||
"browser.receiver.manage",
|
||||
"notifications.schedule"
|
||||
]
|
||||
},
|
||||
"minItems": 1
|
||||
|
||||
@@ -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 }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user