{
  "name": "DayPuzzling",
  "short_name": "DayPuzzling",
  "description": "A new puzzle each day. Cover the board with coloured pieces, leaving only today's date showing.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#12141d",
  "theme_color": "#12141d",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "games",
    "puzzle"
  ]
}
