{
  "name": "Lynk Voice Diary",
  "short_name": "Lynk Diary",
  "description": "Private voice journal with end-to-end encrypted audio + daily reflection reminders.",
  "start_url": "/diary/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "categories": ["lifestyle", "productivity", "health"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neuer Eintrag",
      "short_name": "Aufnehmen",
      "description": "Direkt zum Voice-Recorder",
      "url": "/diary/"
    }
  ]
}
