{
  "$schema": "../gen/schemas/desktop-schema.json",
  "identifier": "default",
  "description": "Capabilities granted to the main window (§4.9 — declarative per window, stricter than v1).",
  "windows": ["main"],
  "remote": {
    "urls": [
      "http://127.0.0.1:3000/*",
      "http://localhost:3000/*",
      "https://tauri.localhost/*",
      "http://tauri.localhost/*",
      "https://api-new.windshieldhub.com/*"
    ]
  },
  "permissions": [
    "core:default",
    "deep-link:default",
    "notification:default",
    "notification:allow-notify",
    "core:window:allow-show",
    "core:window:allow-hide",
    "core:window:allow-unminimize",
    "core:window:allow-set-focus",
    "core:window:allow-set-title",
    "core:tray:default",
    "updater:default",
    "process:default"
  ]
}
