{
  "name": "Calendar Puzzles",
  "short_name": "CalPuzzles",
  "description": "Every day is a different puzzle. Cover the board with coloured pieces, leaving only today's date showing.",
  "start_url": "./index.html",
  "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"]
}
