{
  "name": "Periodly - Period Tracker",
  "short_name": "Periodly",
  "description": "Track your menstrual cycle, symptoms, and reproductive health with comprehensive analytics and predictions",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#fef7f7",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Period Entry",
      "short_name": "Add Period",
      "description": "Quickly add a new period entry",
      "url": "/period_entries/new",
      "icons": [
        {
          "src": "/icons/shortcut-period.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Calendar",
      "short_name": "Calendar",
      "description": "View your cycle phase calendar",
      "url": "/calendar",
      "icons": [
        {
          "src": "/icons/shortcut-calendar.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Quick Log",
      "short_name": "Quick Log",
      "description": "Quickly log water, meds, symptoms",
      "url": "/quick_log",
      "icons": [
        {
          "src": "/icons/shortcut-symptoms.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Chat Assistant",
      "short_name": "Chat",
      "description": "Talk to your cycle assistant",
      "url": "/chat",
      "icons": [
        {
          "src": "/icons/shortcut-symptoms.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}