{
  "id": "/",
  "name": "KlicForge Inbox",
  "short_name": "Inbox",
  "description": "Answer customer conversations and take over from your AI agents.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0b0b0c",
  "background_color": "#0b0b0c",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Needs Attention",
      "short_name": "Attention",
      "url": "/?q=needs-attention",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Assigned to Me",
      "short_name": "Mine",
      "url": "/?q=mine",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}
