{
  "name": "M&M's",
  "short_name": "M&M's",
  "description": "An intimate app for couples with romantic stories and spicy adventures.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fdf2f8",
  "theme_color": "#f43f5e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/heart-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/placeholder.jpg",
      "sizes": "1064x1064",
      "type": "image/jpeg"
    }
  ]
}