{
  "name": "Fit2ScaleUp AI Desk",
  "short_name": "Fit2ScaleUp",
  "description": "Das zentrale Steuerungs-Tool deines Club-Alltags. AI Powered by Fit2ScaleUp!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F2A44",
  "theme_color": "#0F2A44",
  "icons": [
    {
      "src": "https://onecdn.io/media/19526e94-80f7-4098-81ef-fa46ecb05d40/full",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://onecdn.io/media/19526e94-80f7-4098-81ef-fa46ecb05d40/full",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/api/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "shared_files",
          "accept": ["application/pdf", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "image/*", "audio/*", "video/*", ".opus"]
        }
      ]
    }
  }
}
