{
  "name": "CheckForm Figure Skating",
  "short_name": "CheckForm",
  "description": "AI-powered figure skating training app with video analysis, ISU-style scoring workflows, and personalized coaching feedback.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["sports", "fitness", "health", "education"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/hero.png",
      "sizes": "1080x2424",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Track Progress & Daily Quests"
    },
    {
      "src": "/screenshots/analysis.png",
      "sizes": "1080x2424",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI Coach Feedback & Score"
    },
    {
      "src": "/screenshots/details.png",
      "sizes": "1080x2424",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Detailed Score Breakdown"
    }
  ],
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/us/app/checkform-figure-skating/id6757922269",
      "id": "6757922269"
    },
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.shakesbeardlabs.checkform.figureskating",
      "id": "com.shakesbeardlabs.checkform.figureskating"
    }
  ],
  "prefer_related_applications": true,
  "shortcuts": [
    {
      "name": "Upload Video",
      "short_name": "Upload",
      "description": "Upload a figure skating video for AI analysis",
      "url": "/upload",
      "icons": [{ "src": "/favicon-64.png", "sizes": "64x64" }]
    },
    {
      "name": "Quick Analyze",
      "short_name": "Analyze",
      "description": "Quick analysis of your figure skating technique",
      "url": "/analyze",
      "icons": [{ "src": "/favicon-64.png", "sizes": "64x64" }]
    }
  ]
}
