19 lines
511 B
TOML
19 lines
511 B
TOML
identifier = "Desktop"
|
|
description = "Capabilities for desktop platforms"
|
|
windows = ["main"]
|
|
platforms = ["linux", "macOS", "windows"]
|
|
|
|
permissions = [
|
|
"core:default",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-show",
|
|
"core:window:allow-set-focus",
|
|
"fs:default",
|
|
"os:default",
|
|
{ identifier = "http:default", allow = [
|
|
{ url = "https://haystack.johncosta.tech" },
|
|
{ url = "http://localhost:3040" },
|
|
{ url = "http://192.168.1.199:3040" }
|
|
] },
|
|
]
|