{
  "name": "The Gratitude Habit",
  "short_name": "Gratitude",
  "description": "A daily gratitude journaling app to build mindfulness and happiness",
  "start_url": "/journal",
  "display": "standalone",
  "theme_color": "#10b981",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Text",
      "short_name": "Text",
      "url": "/journal/new?mode=quick",
      "description": "Create a new text entry quickly",
      "icons": [{ "src": "/placeholder.svg", "sizes": "96x96" }]
    },
    {
      "name": "Quick Photo",
      "short_name": "Photo",
      "url": "/journal/new?attach=photo",
      "description": "Create a new photo entry",
      "icons": [{ "src": "/placeholder.svg", "sizes": "96x96" }]
    },
    {
      "name": "Quick Voice",
      "short_name": "Voice",
      "url": "/journal/new?attach=voice",
      "description": "Record a voice entry",
      "icons": [{ "src": "/placeholder.svg", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/journal/new",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": ["lifestyle", "health", "productivity"],
  "orientation": "portrait-primary"
}
