{
  "name": "Sleuth City Scandals",
  "short_name": "Sleuth City",
  "description": "A deduction game of lies, bribes, and murder.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0a0b0e",
  "theme_color": "#c9a25e",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}