{
  "id": "/",
  "name": "WasteLessPantry",
  "short_name": "WasteLessPantry",
  "lang": "en",
  "description": "Smart pantry management and food expiration tracking to reduce domestic food waste via PC and smartphone. Gestione intelligente della dispensa e tracciamento scadenze tramite PC e smartphone.",
  "start_url": "/index.php",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#28a745",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "759x889",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pantry management on mobile"
    },
    {
      "src": "screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Inventory dashboard on PC"
    }
  ]
}