{
  "name": "Lotus Journal - Embrace Your Journey",
  "short_name": "Lotus Journal",
  "description": "A beautiful journaling app for self-reflection, gratitude, and personal growth",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf5ff",
  "theme_color": "#a855f7",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "lifestyle", "productivity"],
  "shortcuts": [
    {
      "name": "Daily Journal",
      "url": "/journal",
      "description": "Write your daily journal entry"
    },
    {
      "name": "Affirmations",
      "url": "/affirmations",
      "description": "Read daily affirmations"
    },
    {
      "name": "Gratitude",
      "url": "/gratitude",
      "description": "Record what you're grateful for"
    }
  ]
}
