{
  "name": "Would You Rather Game",
  "short_name": "WYR Game",
  "description": "An engaging dilemma game that presents thought-provoking choices and shows community voting results",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["games", "entertainment"],
  "lang": "en",
  "scope": "./",
  "screenshots": [
    {
      "src": "./assets/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Main game interface"
    }
  ]
}