{
  "name": "QuietKeep",
  "short_name": "QuietKeep",
  "description": "A calm voice journaling app. Speak your day, keep it quietly.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F3F2EE",
  "theme_color": "#FFBC2D",
  "categories": ["lifestyle", "productivity", "health"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
