{
  "name": "Cranked",
  "short_name": "Cranked",
  "description": "A no-nonsense workout tracker. Log every set. Beat every session.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "id": "/",
  "icons": [
    {
      "src": "./apple-touch-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
