{
  "name": "Polyrhythmic Metronome PWA",
  "short_name": "polyrhythmic-metronome-pwa",
  "start_url": "./index.html",
  "serviceworker": {
    "src": "./serviceWorker.js",
    "scope": "/"
  },
  "display": "standalone",
  "background_color": "transparent",
  "theme_color": "#db4938",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./images/android-chrome_192x192.png",
      "type": "image/png", "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "./images/android-chrome_512x512.png",
      "type": "image/png", "sizes": "512x512",
      "purpose": "maskable"
    }
  ]
}
