{
  "name": "Interactive Flower Generator",
  "short_name": "Flower Generator",
  "description": "Create beautiful blooming flowers with a click or tap",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F0E1",
  "theme_color": "#4CAF50",
  "orientation": "any",
  "icons": [
    {
      "src": "/screenshot.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}