{
  "name": "RetroTeam - Online Retrospective Tool",
  "short_name": "RetroTeam",
  "description": "Professional online retrospective tool for agile teams. Sprint retro meetings and team collaboration platform with multilingual support.",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png", 
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#0ea5e9",
  "background_color": "#ffffff",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "orientation": "any",
  "categories": ["business", "productivity", "collaboration", "utilities", "education"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Start New Retrospective",
      "short_name": "New Retro",
      "description": "Start a new retrospective meeting",
      "url": "/?action=create",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Join Meeting",
      "short_name": "Join",
      "description": "Join an existing retrospective",
      "url": "/?action=join",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}