{
  "short_name": "Choruss",
  "name": "Choruss",
  "id": "/",
  "description": "Join your neighbors in organizing and participating in amazing events",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#667eea",
  "background_color": "#f8f9fc",
  "orientation": "portrait-primary",
  "url_handlers": [
    {
      "origin": "https://www.choruss.com"
    },
    {
      "origin": "https://choruss.com"
    }
  ],
  "share_target": {
    "action": "/share-payment-screenshot",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [{ "name": "file", "accept": ["image/*"] }]
    }
  }
}
