{
  "name": "FM1 Editor",
  "short_name": "FM1 Editor",
  "description": "Graphical MIDI and SysEx editor styled after the M-VAVE FM-1 synthesizer.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#070907",
  "theme_color": "#101310",
  "categories": ["music", "utilities"],
  "icons": [
    {
      "src": "icons/fm1-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/fm1-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
