{
  "name": "My Concert Companion",
  "short_name": "Concert Companion",
  "description": "Your shows, tickets, setlists, photos, and your people — from the show floor to the memories after.",
  "start_url": "./",
  "scope": "./",
  "id": "concert-companion-hub",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#08080f",
  "theme_color": "#08080f",
  "categories": ["music", "lifestyle"],
  "icons": [
    { "src": "./festival/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "./festival/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./festival/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./festival/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "./festival/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-photo",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        { "name": "photos", "accept": ["image/*", ".jpg", ".jpeg", ".png", ".heic", ".webp"] }
      ]
    }
  }
}
