{
  "name": "Soulacy",
  "short_name": "Soulacy",
  "id": "/#mobile",
  "description": "Operate local and scheduled Soulacy agents from desktop or mobile.",
  "start_url": "/#mobile",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0c0e1a",
  "theme_color": "#111426",
  "categories": ["productivity", "developer", "utilities"],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Open agent chat.",
      "url": "/#chat",
      "icons": [{ "src": "/brand/living-core-blue-v1-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Runs",
      "short_name": "Runs",
      "description": "Review recent agent runs.",
      "url": "/#activity",
      "icons": [{ "src": "/brand/living-core-blue-v1-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Studio",
      "short_name": "Studio",
      "description": "Build and debug workflows.",
      "url": "/#studio",
      "icons": [{ "src": "/brand/living-core-blue-v1-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Delivery",
      "short_name": "Delivery",
      "description": "Check channel delivery.",
      "url": "/#channels",
      "icons": [{ "src": "/brand/living-core-blue-v1-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    { "src": "/brand/living-core-blue-v1-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/brand/living-core-blue-v1-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
