{
  "name": "Suivi chantier",
  "short_name": "Chantier 72",
  "description": "Suivi de construction — budget, moodboard déco et jalons",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f5f2",
  "theme_color": "#1b4332",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "share_target": {
    "action": "/api/moodboard.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/jpeg", "image/png", "image/gif", "image/webp"]
        }
      ]
    }
  }
}
