{
    "name": "The Big Beat FM",
    "short_name": "The Big Beat FM",
    "id": "the-big-beat-fm-pwa",
    "description": "PWA for The Big Beat FM",
    "start_url": "/",
    "display": "standalone",
    "display_override": ["fullscreen", "minimal-ui"],
    "dir": "ltr",
    "lang": "en-US",
    "orientation": "portrait",
    "prefer_related_applications": false,
    "related_applications": [],
    "categories": ["music", "radio"],
    "screenshots": [],
    "scope": "/",
    "background_color": "#1a1a1a",
    "theme_color": "#1a1a1a",
    "launch_handler": {
      "client_mode": "navigate-existing"
    },
    "icons": [
      {
        "src": "./assets/bigBeatFavicon.png",
        "sizes": "16x16",
        "type": "image/png"
      },
      {
        "src": "./assets/bigBeatFavicon.png",
        "sizes": "32x32",
        "type": "image/png"
    }
  ]
}