{
  "name": "Repbase - Workout Log and Lifting",
  "short_name": "Repbase",
  "description": "Built on reps and consistency. The ultimate iOS fitness tracker.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#00A6FF",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "health",
    "fitness",
    "lifestyle"
  ],
  "screenshots": [
    {
      "src": "/Images/HomScreenDark.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "label": "Home Screen Dark Mode"
    },
    {
      "src": "/Images/HomScreenLight.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "label": "Home Screen Light Mode"
    }
  ]
}