{
  "name": "GritFit: AI Fitness Ecosystem",
  "short_name": "GritFit",
  "description": "Build a body that lasts with AI-powered adaptive fitness coaching, injury prevention, and specialized trainer marketplace.",
  "icons": [
    {
      "src": "/GritFit_Logo_Square.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/GritFit_Logo_Square.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "/GritFit_Logo_Circular.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/GritFit_Logo_Circular.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "orientation": "portrait",
  "theme_color": "#121212",
  "background_color": "#ffffff",
  "categories": [
    "fitness",
    "health",
    "sports"
  ],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=bot.grit.fit",
      "id": "bot.grit.fit"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/gritfit/id6760289181",
      "id": "6760289181"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Workout",
      "short_name": "Workout",
      "description": "Begin your next workout session",
      "url": "/?action=workout",
      "icons": [
        {
          "src": "GritFit_Logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Log Nutrition",
      "short_name": "Nutrition",
      "description": "Log your meals and nutrition",
      "url": "/?action=nutrition",
      "icons": [
        {
          "src": "GritFit_Logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Find Events",
      "short_name": "Events",
      "description": "Discover fitness events near you",
      "url": "/?action=events",
      "icons": [
        {
          "src": "GritFit_Logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "GritFit_Logo.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "GritFit Dashboard"
    }
  ],
  "share_target": {
    "action": "/?share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
