{
  "theme_color": "#272a36",
  "background_color": "#272a36",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "name": "Audinom - MIDI Player",
  "short_name": "Audinom",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "audinom",
  "lang": "en",
  "categories": ["music", "entertainment", "education"],
  "description": "Audinom is a web app for music education with MIDI playback support.",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Play/Pause",
      "short_name": "Play",
      "description": "Toggle playback",
      "url": "/?action=play",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Audinom MIDI Player Interface"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "midi",
          "accept": [".mid", ".midi", ".kar"]
        }
      ]
    }
  }
}
