Newer
Older
TelosDB / src / backend / capabilities / default.json
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 10 hours ago 533 bytes feat: OSログイン時自動起動の設定を追加 (Issue #6)
{
  "$schema": "../gen/schemas/desktop-schema.json",
  "identifier": "default",
  "description": "enables the default permissions",
  "windows": [
    "main"
  ],
  "permissions": [
    "core:default",
    "log:default",
    "shell:allow-open",
    {
      "identifier": "shell:allow-execute",
      "allow": [
        {
          "args": true,
          "name": "bin/llama-server",
          "sidecar": true
        }
      ]
    },
    "autostart:allow-enable",
    "autostart:allow-disable",
    "autostart:allow-is-enabled"
  ]
}