{
  "name": "CARYA Workflow Manager",
  "short_name": "CARYA Workflow",
  "description": "Workflow configuration and management for CARYA AI platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#00AB8E",
  "background_color": "#003D4C",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/pwa-64x64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/icons/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Create Workflow",
      "short_name": "New Workflow",
      "description": "Create a new workflow configuration",
      "url": "/?action=create",
      "icons": [
        {
          "src": "/icons/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
