{
  "name": "Recapflow",
  "short_name": "Recapflow",
  "description": "Tasks, notes, habits, reminders & 32 calculators – free, no account needed.",
  "start_url": "/app/",
  "scope": "/app/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait",
  "categories": [
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/images-landingpage/dashboardR.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/app/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/logo-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}