{
  "name": "Starter Pistol – Track Starting Gun Sound App",
  "short_name": "Starter Pistol",
  "description": "A free web app for playing track start commands and a starting gun sound.",
  "lang": "en",
  "start_url": "/starter-pistol/en/",
  "scope": "/starter-pistol/",
  "display": "standalone",
  "background_color": "#08111e",
  "theme_color": "#0b1320",
  "orientation": "any",
  "icons": [
    {
      "src": "../assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../assets/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "../assets/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}