{
  "name": "Spectrum — music visualiser",
  "short_name": "Spectrum",
  "id": "/spectrum/",
  "description": "A music player that watches the music: fifty-five generative scenes driven by your files or the room.",
  "start_url": "./",
  "scope": "./",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#04060b",
  "theme_color": "#04060b",
  "categories": ["music", "entertainment", "graphics"],
  "lang": "en-GB",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    { "src": "icons/favicon-16.png", "sizes": "16x16", "type": "image/png" },
    { "src": "icons/favicon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "icons/favicon-48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "screenshots": [
    { "src": "screenshots/wide.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "A scene reacting to the music" },
    { "src": "screenshots/narrow.png", "sizes": "720x1280", "type": "image/png", "form_factor": "narrow", "label": "The analyser on a phone" }
  ],
  "shortcuts": [
    { "name": "Analyser only", "short_name": "Analyser", "description": "Just the spectrum meter, no scene", "url": "./?meter=1",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Shuffle everything", "short_name": "Shuffle", "description": "Play the library on shuffle", "url": "./?shuffle=1",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
