{
  "name": "Afterhours",
  "short_name": "Afterhours",
  "description": "A couples card game for the long evenings.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0B0717",
  "theme_color": "#0B0717",
  "categories": ["games", "lifestyle", "entertainment"],
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
