{
  "name": "FitClip",
  "short_name": "FitClip",
  "description": "Parse & save workouts from Instagram, TikTok, and YouTube",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#c8ff00",
  "orientation": "portrait",
  "categories": ["fitness", "health"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/app",
    "method": "GET",
    "params": {
      "url": "shared_url",
      "title": "shared_title",
      "text": "shared_text"
    }
  }
}
