{
  "id": "/wotm-definitive",
  "name": "The Way of the Mafia",
  "short_name": "WOTM",
  "description": "The Way of the Mafia — Definitive Edition",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#0b0c0f",
  "theme_color": "#0b0c0f",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games"],
  "icons": [
    {
      "src": "images/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/pwa/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Crime",
      "short_name": "Crime",
      "url": "./crime.php",
      "icons": [{ "src": "images/pwa/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "url": "./inbox.php",
      "icons": [{ "src": "images/pwa/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My Stats",
      "short_name": "You",
      "url": "./you.php",
      "icons": [{ "src": "images/pwa/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
