{
  "name": "MoodSync - Mood Tracking & Wellness",
  "short_name": "MoodSync",
  "description": "Track your mood, reflect on your day, and find your zen with MoodSync",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#4a90e2",
  "scope": "/",
  "id": "/",
  "icons": [
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Reflection",
      "short_name": "Reflect",
      "description": "Add a new mood reflection",
      "url": "/",
      "icons": [{
        "src": "/logo192.png",
        "sizes": "192x192",
        "type": "image/png"
      }]
    },
    {
      "name": "Zen Play",
      "short_name": "Zen",
      "description": "Relax with Zen Play",
      "url": "/",
      "icons": [{
        "src": "/logo192.png",
        "sizes": "192x192",
        "type": "image/png"
      }]
    }
  ],
  "categories": ["health", "lifestyle", "productivity"],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "iarc_rating_id": "",
  "capture_links": "existing-client-navigate"
}
