{
  "name": "Shotgun Ninjas Virtual Studio",
  "short_name": "SN Studio",
  "description": "Free browser beat studio by Shotgun Ninjas Productions. Drum sequencer, piano roll, mixer, MIDI, WAV/MP3 export.",
  "start_url": "/studio",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0c0c0c",
  "theme_color": "#7a0007",
  "categories": ["music", "productivity", "entertainment"],
  "icons": [
    {
      "src": "pwa-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "pwa-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "pwa-icon-maskable.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "pwa-icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Studio",
      "short_name": "Studio",
      "description": "Jump straight to the DAW",
      "url": "/studio",
      "icons": [{ "src": "pwa-icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Changelog",
      "short_name": "What's New",
      "description": "See recent updates",
      "url": "/changelog"
    }
  ]
}
