{
  "name": "DMXpressions — Professional DMX Lighting Console",
  "short_name": "DMXpressions",
  "description": "Professional DMX-512 / ArtNet / sACN lighting console for theatre, touring, and live events. Runs entirely in your browser.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#050507",
  "theme_color": "#F59E0B",
  "categories": ["productivity", "entertainment", "music"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Last Show",
      "short_name": "Last Show",
      "description": "Resume the most recently edited show",
      "url": "/?action=last-show",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Open Demo Console",
      "short_name": "Demo",
      "description": "Try the console in free demo mode",
      "url": "/?action=demo",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ],
  "prefer_related_applications": false
}
