{
  "name": "Make Some Pizza — Dough Calculator",
  "short_name": "Make Pizza",
  "description": "Calculate perfect pizza dough recipes for Neapolitan, New York, Sicilian, Detroit, thin crust, and focaccia styles.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf5f0",
  "theme_color": "#c17f59",
  "orientation": "portrait-primary",
  "categories": ["food", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/ny-style-pizza.jpg",
      "sizes": "1024x559",
      "type": "image/jpeg",
      "label": "Pizza Dough Calculator"
    }
  ]
}
