{
  "name": "Santa's Naughty Meter",
  "short_name": "Santa's List",
  "description": "Keep track of who's naughty or nice this Christmas!",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1e4d3a",
  "theme_color": "#1e4d3a",
  "scope": "/",
  "id": "/",
  "categories": ["lifestyle", "entertainment"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
