{
  "name": "SoundLoopr",
  "short_name": "SoundLoopr",
  "description": "Upload a song. AI finds the sections. Loop any part instantly.",
  "start_url": "/library",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["audio/*", ".mp3", ".m4a", ".wav", ".ogg", ".flac"]
        }
      ]
    }
  }
}
