{
  "name": "Lifted",
  "short_name": "Lifted",
  "description": "Track your lifts. Own your progress.",
  "id": "/",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "background_color": "#214fb0",
  "theme_color": "#214fb0",
  "orientation": "portrait",
  "categories": [
    "health",
    "fitness"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Lifted dashboard showing today's workout"
    },
    {
      "src": "/screenshots/mobile-workout.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live workout tracking view"
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=studio.lifted.app",
      "id": "studio.lifted.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/ca/app/lifted-studio/id6798449151"
    }
  ]
}
