{
  "name": "Thrink — AI Project Management",
  "short_name": "Thrink",
  "description": "Conversational project management. Log status, risks, decisions and time on the go.",
  "start_url": "/m",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["productivity", "business"],
  "icons": [
    { "src": "/thrink-icon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/thrink-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/thrink-icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/thrink-icon-maskable.png", "sizes": "1024x1024", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "CheckIn",
      "short_name": "CheckIn",
      "description": "Log a quick project update",
      "url": "/m/agent/checkin",
      "icons": [{ "src": "/thrink-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "url": "/m/projects",
      "icons": [{ "src": "/thrink-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Insights",
      "short_name": "Insights",
      "url": "/m/insights",
      "icons": [{ "src": "/thrink-icon.png", "sizes": "192x192" }]
    }
  ]
}