{
  "name": "Budget! The Money Game",
  "short_name": "Budget!",
  "description": "A colorful kid-friendly money management game. Pick a job, roll the die, handle life events, and build a savings strategy.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FFF4DB",
  "theme_color": "#FFD63A",
  "categories": ["games", "education", "kids"],
  "lang": "en",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
