{
  "name": "Strudel Sequencer",
  "short_name": "Strudel Seq",
  "description": "A step sequencer built with React and Strudel (TidalCycles for the web)",
  "icons": [
    {
      "src": "/img/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#0f172a",
  "background_color": "#020617",
  "display": "standalone",
  "start_url": "/",
  "scope": "/"
}