{
  "name": "Bedtime Story Companion",
  "short_name": "Bedtime",
  "description": "Calmer nights, every night. A private, on-device bedtime story companion for families.",
  "start_url": "/app/bedtime",
  "scope": "/app/bedtime",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#15173a",
  "theme_color": "#1d1f44",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}