{
  "name": "GloriaMundo",
  "short_name": "GloriaMundo",
  "description": "AI workflow automation with Glass Box transparency. Build, preview, and run intelligent workflows from plain English prompts.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#111827",
  "background_color": "#111827",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/static/img/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/web-app-manifest-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/img/web-app-manifest-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Workflow",
      "short_name": "New",
      "description": "Start building a new workflow",
      "url": "/builder",
      "icons": [
        { "src": "/static/img/web-app-manifest-192x192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "My Workflows",
      "short_name": "Workflows",
      "description": "View and manage saved workflows",
      "url": "/workflows",
      "icons": [
        { "src": "/static/img/web-app-manifest-192x192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "Connections",
      "short_name": "Connections",
      "description": "Manage connected apps and accounts",
      "url": "/connections",
      "icons": [
        { "src": "/static/img/web-app-manifest-192x192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "Approvals",
      "short_name": "Approvals",
      "description": "Review pending workflow approvals",
      "url": "/approvals",
      "icons": [
        { "src": "/static/img/web-app-manifest-192x192.png", "sizes": "192x192" }
      ]
    }
  ]
}
