Newer
Older
TelosDB / src / backend / capabilities / default.json
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 6 days ago 420 bytes chore: comprehensive project restructuring and cleanup
{
  "$schema": "../gen/schemas/desktop-schema.json",
  "identifier": "default",
  "description": "enables the default permissions",
  "windows": [
    "main"
  ],
  "permissions": [
    "core:default",
    "shell:allow-spawn",
    {
      "identifier": "shell:allow-execute",
      "allow": [
        {
          "args": true,
          "sidecar": true,
          "name": "bin/llama-server"
        }
      ]
    }
  ]
}