{
  "name": "Carted — the no-spend food game",
  "short_name": "Carted",
  "description": "A quiet room for night owls — cart your craving, keep your money, sit with the others who are up.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#100C0A",
  "theme_color": "#100C0A",
  "categories": [
    "games",
    "food"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}