{
  "name": "LiftGoblin",
  "short_name": "LiftGoblin",
  "description": "Your goblin-mode workout tracker. Track lifts, crush PRs.",
  "id": "/",
  "scope": "/",
  "start_url": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#08080a",
  "theme_color": "#08080a",
  "categories": [
    "fitness",
    "health",
    "sports"
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Start Workout",
      "short_name": "Start",
      "description": "Pick a program day and begin your workout",
      "url": "/workout/select",
      "icons": [
        {
          "src": "/brand/reforged-v1/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Quick Workout",
      "short_name": "Quick",
      "description": "Log a freeform workout without a program",
      "url": "/workout/quick",
      "icons": [
        {
          "src": "/brand/reforged-v1/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "View your past workout logs",
      "url": "/history",
      "icons": [
        {
          "src": "/brand/reforged-v1/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/landing.png",
      "sizes": "352x740",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Track workouts, crush PRs, climb the goblin ranks"
    },
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "345x791",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard — rank, active program, and working sets"
    },
    {
      "src": "/screenshots/programs.png",
      "sizes": "348x792",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Programs — pre-made, custom, and community"
    }
  ],
  "icons": [
    {
      "src": "/brand/reforged-v1/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/reforged-v1/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/brand/reforged-v1/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/reforged-v1/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
