{
  "id": "/",
  "name": "MoneyMind",
  "short_name": "MoneyMind",
  "description": "Il tuo assistente finanziario personale",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#04040A",
  "theme_color": "#00C97F",
  "orientation": "portrait",
  "icons": [
    { "src": "/icons/icon-72x72.png",   "sizes": "72x72",   "type": "image/png" },
    { "src": "/icons/icon-96x96.png",   "sizes": "96x96",   "type": "image/png" },
    { "src": "/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192x192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512x512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Aggiungi spesa",
      "short_name": "Spesa",
      "description": "Aggiungi una nuova spesa velocemente",
      "url": "/?action=add",
      "icons": [{ "src": "/icons/shortcut-add.png", "sizes": "96x96" }]
    },
    {
      "name": "Statistiche mese",
      "short_name": "Stats",
      "description": "Visualizza le statistiche del mese corrente",
      "url": "/?action=stats",
      "icons": [{ "src": "/icons/shortcut-stats.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screen-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home — riepilogo mensile e spese recenti"
    },
    {
      "src": "/screenshots/screen-stats.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Statistiche — grafici e analisi delle spese"
    }
  ],
  "categories": ["finance", "productivity"],
  "lang": "it",
  "share_target": {
    "action": "/?share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/*", "application/pdf"]
        }
      ]
    }
  }
}
