{
  "name": "Reward Game",
  "short_name": "Rewards",
  "description": "Motivate your kids with fun rewards. Roll, progress and earn prizes.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#7ec5e3",
  "theme_color": "#facc15",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/static/game/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/game/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}