{
  "name": "TAPI",
  "short_name": "TAPI",
  "description": "AI-native workspace platform: build, share, and explore custom apps with agent-powered development.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2C8AE8",
  "lang": "en",
  "categories": ["productivity", "developer", "utilities"],
  "icons": [
    {
      "src": "/logotapi192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logotapi512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logotapi512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logotapi1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/og_default_v2.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TAPI workspace"
    }
  ],
  "shortcuts": [
    {
      "name": "Start a chat",
      "short_name": "Chat",
      "description": "Open the TAPI chat workspace",
      "url": "/chat",
      "icons": [{ "src": "/logotapi192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Explore community",
      "short_name": "Community",
      "description": "Browse apps shared by the TAPI community",
      "url": "/community",
      "icons": [{ "src": "/logotapi192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
