{
  "name": "Bloom & Bond Birth Flower Bouquet Creator",
  "short_name": "Bloom & Bond",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#fffdfb",
  "theme_color": "#e7a6b6",
  "description": "Create custom watercolor birth month flower bouquet artwork.",
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}