{
  "id": "./index.html",
  "name": "ASA Mastering Console",
  "short_name": "ASA",
  "description": "Browser-based audio mastering console - EQ, compression, limiting, and reference matching, all processed locally.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#121110",
  "theme_color": "#121110",
  "categories": ["music", "productivity", "utilities"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Batch Master",
      "short_name": "Batch",
      "description": "Jump straight to the multi-track batch mastering queue",
      "url": "./index.html#batchPanel"
    },
    {
      "name": "Shaper Track",
      "short_name": "Shaper",
      "description": "Jump straight to the single-track EQ/compressor/limiter rack",
      "url": "./index.html#workspace"
    }
  ],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "screenshot-batch-master.png",
      "sizes": "1482x1010",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Batch Master queue with multiple tracks loaded, ready to render"
    },
    {
      "src": "screenshot-shaper-meters.png",
      "sizes": "945x560",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Shaper Track waveform, spectrum, and real-time loudness metering"
    },
    {
      "src": "screenshot-reference-compare.png",
      "sizes": "1071x930",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Reference comparison with spectrum delta and crest factor over time"
    }
  ]
}
