{
  "name": "Sanrio Voice Detect Game",
  "short_name": "Voice Game",
  "description": "A fun voice recognition game featuring Sanrio characters",
  "start_url": "./",
  "display": "fullscreen",
  "orientation": "portrait",
  "background_color": "#FFB6D9",
  "theme_color": "#FFB6D9",
  "scope": "/",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23FFB6D9' width='192' height='192'/><text x='96' y='120' font-size='80' fill='white' text-anchor='middle' font-weight='bold'>🎤</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23FFB6D9' width='540' height='720'/><text x='270' y='360' font-size='120' fill='white' text-anchor='middle'>🎤</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Game",
      "short_name": "Play",
      "description": "Start playing the voice game",
      "url": "./?mode=play",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23FF9CC8' width='96' height='96'/><text x='48' y='60' font-size='48' fill='white' text-anchor='middle'>▶</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "categories": ["games", "education"],
  "screenshots": [],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "media",
          "accept": ["audio/*"]
        }
      ]
    }
  }
}
