{
  "name": "Jälki — follow the trace",
  "short_name": "Jälki",
  "description": "Pin emotional moments the second they happen, name them later, and see what keeps coming back.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#170a26",
  "theme_color": "#170a26",
  "icons": [
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "health",
    "lifestyle",
    "productivity"
  ],
  "lang": "en-AU",
  "dir": "ltr",
  "screenshots": [
    {
      "src": "/screens/wheel.jpg",
      "sizes": "540x960",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Tap a colour to name the feeling — 87 shades, eight families."
    },
    {
      "src": "/screens/practice.jpg",
      "sizes": "540x960",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Pin, name, reflect, notice — the daily practice."
    },
    {
      "src": "/screens/levels.jpg",
      "sizes": "540x960",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Trace, Studio and Atlas — three levels, one trace."
    }
  ],
  "id": "/",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}