{
  "name": "Tirezias",
  "short_name": "Tirezias",
  "description": "Scopri personalità, ruoli e dinamiche nascoste nelle tue chat.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f1e8",
  "theme_color": "#101114",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "chat",
          "accept": ["text/plain", "application/zip", "application/x-zip-compressed", ".txt", ".zip"]
        }
      ]
    }
  }
}
