{
  "name": "CycleSense",
  "short_name": "CycleSense",
  "description": "Simple offline period tracking with cycle forecasting.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fdfbfb",
  "theme_color": "#a18cd1",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./icons/icon-192-v3.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512-v3.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}

