16 lines
449 B
JSON
16 lines
449 B
JSON
|
|
{
|
||
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
||
|
|
"identifier": "remote",
|
||
|
|
"description": "Grants claude.ai IPC access for notifications",
|
||
|
|
"remote": {
|
||
|
|
"urls": ["https://claude.ai/*", "https://*.claude.ai/*"]
|
||
|
|
},
|
||
|
|
"permissions": [
|
||
|
|
"core:default",
|
||
|
|
"core:event:default",
|
||
|
|
"notification:default",
|
||
|
|
"notification:allow-is-permission-granted",
|
||
|
|
"notification:allow-request-permission",
|
||
|
|
"notification:allow-notify"
|
||
|
|
]
|
||
|
|
}
|