{
  "name": "BeatDig — Precision online metronome & Tap BPM",
  "short_name": "BeatDig",
  "description": "A free online metronome that stays in time even when the tab is in the background, plus a tap tempo tool that finds any song's BPM from a few taps of the spacebar.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/en/",
  "scope": "/en/",
  "id": "/en/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "categories": [
    "music",
    "education",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Open metronome",
      "short_name": "Metronome",
      "description": "Start with your saved tempo and time signature.",
      "url": "/en/?mode=metronome",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open Tap BPM",
      "short_name": "Tap BPM",
      "description": "Tap along to find a song's tempo.",
      "url": "/en/?mode=tap",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "background_color": "#0d0f13",
  "theme_color": "#0d0f13",
  "icons": [
    {
      "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"
    }
  ]
}
