{
  "name": "Jihan & Bagus Wedding",
  "short_name": "J&B Wedding",
  "description": "Wedding planning dashboard",
  "id": "jhnbgs-wedding",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#C4A0A0",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/moodboard/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/png", "image/jpeg", "image/webp", "image/gif", "image/avif", "image/*"]
        }
      ]
    }
  }
}
