{
  "name": "ChoreBlox",
  "short_name": "ChoreBlox",
  "description": "Your kid wants something. Let them earn it.",
  "start_url": "/dashboard",
  "display": "standalone",
  "scope": "/",
  "orientation": "portrait",
  "background_color": "#f0f2f5",
  "theme_color": "#1da850",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
