Include recent Magic app work: Tauri native shell, iOS device detection via supervise-magic sidecar, MDM client, local HTTP server, new pages (detect, enroll, supervise, sideload, pair, preflight, configure, done), and updated device section/status UI.
22 lines
488 B
JSON
22 lines
488 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default capabilities for ReBreak Magic",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:default",
|
|
"shell:allow-execute",
|
|
"shell:allow-spawn",
|
|
"fs:default",
|
|
"fs:allow-read-file",
|
|
"fs:allow-write-file",
|
|
"fs:allow-read-dir",
|
|
"fs:allow-app-read",
|
|
"fs:allow-app-write",
|
|
"http:default",
|
|
"http:allow-fetch",
|
|
"os:default"
|
|
]
|
|
}
|