{
  "name": "Zenny - Personal Reflection Assistant",
  "short_name": "Zenny",
  "description": "Your personal assistant for journaling, tracking, and spiritual reflection by Bryan Tegomoh",
  "theme_color": "#4f46e5",
  "background_color": "#f9fafb",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/zenny-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "shortcuts": [
    {
      "name": "New Devotional",
      "url": "/devotional",
      "description": "Add today's devotional"
    },
    {
      "name": "Write Journal",
      "url": "/journal",
      "description": "Create a journal entry"
    },
    {
      "name": "Quick Note",
      "url": "/notes",
      "description": "Add a quick note"
    }
  ]
}