{
  "id": "spaghettify-app",
  "name": "Spaghettify",
  "short_name": "Spaghettify",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#FFF8E1",
  "theme_color": "#D32F2F",
  "description": "Turn any food into spaghetti.",
  "orientation": "portrait",
  "categories": ["food", "photo", "entertainment"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1512621776951-a57141f2eefd?auto=format&fit=crop&w=500&q=80",
      "sizes": "500x500",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Original Salad"
    },
    {
      "src": "https://images.unsplash.com/photo-1551892374-ecf8754cf8b0?auto=format&fit=crop&w=500&q=80",
      "sizes": "500x500",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Spaghetti Result"
    }
  ]
}