init
This commit is contained in:
13
src-tauri/capabilities/default.json
Normal file
13
src-tauri/capabilities/default.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Default permissions for Codex Limit Monitor",
|
||||
"windows": ["main", "badge"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"notification:default",
|
||||
"notification:allow-is-permission-granted",
|
||||
"notification:allow-request-permission",
|
||||
"notification:allow-show"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user