{
  "id": "/app",
  "name": "REPSBASE",
  "short_name": "REPSBASE",
  "description": "Training-plan and workout-logging app for self-coached lifters.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050505",
  "theme_color": "#0A0A0A",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start workout",
      "short_name": "Workout",
      "url": "/app/workout/start"
    },
    {
      "name": "Planner",
      "url": "/app/planner"
    },
    {
      "name": "History",
      "url": "/app/history"
    }
  ]
}
