{
  "name": "Dewy Dreams \u00b7 My Glow Journey",
  "short_name": "Dewy Dreams",
  "description": "Track your skin's progress and stay consistent with your Dewy Dreams routine.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#D06A87",
  "theme_color": "#C25C7B",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}