{
  "name": "Journify - Daily Journal",
  "short_name": "Journify",
  "description": "Your daily private journal companion with offline-first sync, voice dictation, and cryptographic privacy.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#121214",
  "theme_color": "#000000",
  "categories": ["lifestyle", "productivity", "utilities"],
  "icons": [
    {
      "src": "/pwa-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Journal Entry",
      "short_name": "New Entry",
      "description": "Quickly write a new reflection",
      "url": "/entry/new",
      "icons": [{ "src": "/pwa-192x192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Calendar & Timeline",
      "short_name": "Calendar",
      "description": "Browse memories by date",
      "url": "/calendar",
      "icons": [{ "src": "/pwa-192x192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Privacy Center",
      "short_name": "Privacy",
      "description": "Manage your data and consent",
      "url": "/privacy",
      "icons": [{ "src": "/pwa-192x192.svg", "sizes": "192x192" }]
    }
  ]
}
