{
  "id": "./index.html",
  "name": "I Need a Fucking Beer",
  "short_name": "Need a Beer",
  "description": "A Texas Chain Store Managers maze-chase bar crawl game.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#0b0908",
  "theme_color": "#4b2d1b",
  "categories": [
    "games",
    "music"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}