{
  "id": "royacradle-pwa",
  "name": "RoyaCradle — Smart Parenting, Together",
  "short_name": "RoyaCradle",
  "description": "AI-powered parenting guidance built for your culture, your language, your family.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF7F2",
  "theme_color": "#2D4A3E",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "lifestyle"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-home.png",
      "sizes": "2160x3840",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home dashboard with daily activity and baby tracking"
    },
    {
      "src": "screenshot-ai.png",
      "sizes": "2160x3840",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Ask Roya — AI parenting guidance in your language"
    },
    {
      "src": "screenshot-progress.png",
      "sizes": "2160x3840",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Milestone tracking and development progress"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a feed",
      "short_name": "Feed",
      "description": "Quickly log a feeding",
      "url": "./index.html?action=feed",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ask Roya",
      "short_name": "Roya",
      "description": "Ask your AI parenting companion",
      "url": "./index.html?action=ai",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
