{
  "name": "Sprinkle Do",
  "short_name": "Sprinkle Do",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#edf1f7",
  "theme_color": "#e5eaf4",
  "icons": [
    { "src": "/android-icon-192x192.png?v=2026-08-24T11:45Z", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/android-icon-512x512.png?v=2026-08-24T11:45Z", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/maskable-icon-192x192.png?v=2026-08-24T11:45Z", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/maskable-icon-512x512.png?v=2026-08-24T11:45Z", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "https://sprinkledo.com/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url",
      "files": [
        { "name": "shared_photo_file", "accept": ["image/*"] }
      ]
    }
  }
}
