{
  "name": "Time Bank",
  "short_name": "Time Bank",
  "description": "Earn screen time through chores and games. Spend it wisely!",
  "start_url": "/login",
  "display": "standalone",
  "background_color": "#0A0F0D",
  "theme_color": "#1D9E75",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}