{
  "name": "Build a Dragon",
  "short_name": "Dragon",
  "description": "Design your own dragon — pick the body, head, wings, tail, horns, claws, teeth, and colors. Save your favorites.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#fff5f0",
  "theme_color": "#4a3a5c",
  "icons": [
    {
      "src": "./favicon.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "./apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
