38 lines
707 B
JSON
38 lines
707 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"store:default",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "http://192.168.1.147:*"
|
|
},
|
|
{
|
|
"url": "https://alatreon.org/chatapp/*"
|
|
}
|
|
],
|
|
"deny": []
|
|
},
|
|
{
|
|
"identifier": "websocket:default",
|
|
"allow": [
|
|
{
|
|
"url": "ws://192.168.1.147:*"
|
|
},
|
|
{
|
|
"url": "wss://alatreon.org/chatapp/*"
|
|
}
|
|
]
|
|
},
|
|
"websocket:default"
|
|
]
|
|
}
|