{
  "name": "Family Rewards",
  "short_name": "Rewards",
  "description": "Family rewards and behaviour tracker",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#f0f4f8",
  "theme_color": "#1a1a2e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/images/icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/images/icon.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ]
}