{
  "name": "Fluxe",
  "short_name": "Fluxe",
  "description": "Fluxe — Everything flows. You stay in control.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#0e1a2b",
  "orientation": "portrait-primary",
  "lang": "it",
  "scope": "/",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/condividi",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "shared_file",
          "accept": [
            "audio/*", ".m4a", ".mp3", ".ogg", ".opus", ".wav", ".aac", ".webm", ".amr", ".3gpp",
            "image/*", ".jpg", ".jpeg", ".png", ".webp", ".heic", ".heif", ".gif",
            "application/pdf", ".pdf",
            "text/vcard", "text/x-vcard", "text/directory", ".vcf"
          ]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Nuova Nota",
      "url": "/?new=1",
      "description": "Aggiungi una nuova nota vocale"
    },
    {
      "name": "Task",
      "url": "/tasks",
      "description": "Visualizza i task"
    },
    {
      "name": "Agenda",
      "url": "/calendario",
      "description": "Visualizza il calendario"
    }
  ]
}
