{
  "name": "Random Note Generator",
  "short_name": "RNG",
  "description": "A musical ear-training tool for random note practice",
  "start_url": "/RNG/",
  "scope": "/RNG/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#061a1a",
  "theme_color": "#0b2a2a",
  "screenshots": [
    {
      "src": "/RNG/icons/screenshot-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Random Note Generator desktop view"
    }
  ],
  "icons": [
    {
      "src": "/RNG/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/RNG/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/RNG/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/RNG/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
