{
  "name": "MindAry",
  "short_name": "MindAry",
  "id": "/",
  "description": "Your personal care companion",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#6BBF8A",
  "theme_color": "#6BBF8A",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-narrow-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Today's schedule, mood, and to-do at a glance"
    },
    {
      "src": "/screenshot-narrow-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Diary entries with mood, gratitude, and favorites"
    },
    {
      "src": "/screenshot-wide-1.png",
      "sizes": "844x390",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Daily overview: schedule, mood, to-do, and reflection"
    },
    {
      "src": "/screenshot-wide-2.png",
      "sizes": "844x390",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Diary memories with mood and gratitude"
    },
    {
      "src": "/screenshot-narrow-3.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Schedule: morning and afternoon at a glance"
    },
    {
      "src": "/screenshot-narrow-4.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Family and friends contacts, one tap away"
    },
    {
      "src": "/screenshot-narrow-5.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Upcoming appointments with location and contact"
    },
    {
      "src": "/screenshot-wide-3.png",
      "sizes": "844x390",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Schedule overview with up-next reminder"
    },
    {
      "src": "/screenshot-wide-4.png",
      "sizes": "844x390",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Family and friends side-by-side"
    },
    {
      "src": "/screenshot-wide-5.png",
      "sizes": "844x390",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Appointments list with selected visit details"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Schedule",
      "short_name": "Schedule",
      "description": "View and manage today's appointments",
      "url": "/schedule",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Diary",
      "short_name": "Diary",
      "description": "Write and reflect on your daily entries",
      "url": "/diary",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "To-Do List",
      "short_name": "To-Do",
      "description": "Check and update your tasks",
      "url": "/todo",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
