{
  "short_name": "Galattico AI",
  "name": "Galattico AI - Artigiani",
  "description": "Mette ordine nelle richieste che ricevi e ti aiuta a preparare preventivi più velocemente.",
  "icons": [
    {
      "src": "/img/flavicon.png",
      "sizes": "192x192 512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/?source=pwa",
  "display": "standalone",
  "theme_color": "#1E1B14",
  "background_color": "#FFFDF7",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "shared_file",
          "accept": ["image/*", "audio/*", "application/pdf", "text/*"]
        }
      ]
    }
  }
}
