{
  "name": "Cuddles 🤗",
  "short_name": "Cuddles",
  "description": "Your personal wellness calendar - track periods, intimacy, and health data with complete privacy",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#ec4899",
  "categories": ["health", "lifestyle", "wellness", "medical"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/static/icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/static/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/notification-icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "notification"
    },
    {
      "src": "/static/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/static/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Cuddles wellness calendar"
    },
    {
      "src": "/static/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Cuddles wellness tracking"
    }
  ],
  "shortcuts": [
    {
      "name": "Period Stats",
      "short_name": "Period",
      "description": "View cycle insights and track periods",
      "url": "/?tab=period",
      "icons": [
        {
          "src": "/static/icons/period-shortcut-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Intimacy Stats",
      "short_name": "Intimacy",
      "description": "View intimacy insights and track wellness",
      "url": "/?tab=intimacy",
      "icons": [
        {
          "src": "/static/icons/intimacy-shortcut-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Wellness Log",
      "short_name": "Wellness",
      "description": "Log your daily mood, sleep, food, activity and pain",
      "url": "/?tab=wellness",
      "icons": [
        {
          "src": "/static/icons/wellness-shortcut-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [],
  "file_handlers": [],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate"
}