{
  "name": "Gaveki — One Next Move",
  "short_name": "Gaveki",
  "description": "The ADHD focus app that tells you exactly what to do next.",
  "start_url": "/app/index.html",
  "scope": "/app/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#070a0e",
  "theme_color": "#f5a623",
  "lang": "en",
  "categories": ["productivity", "health", "lifestyle"],
  "icons": [
    {
      "src": "/app/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/app/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
