{
  "name": "ClueBuster.com",
  "short_name": "ClueBuster",
  "description": "Crossword helper for clue lookups and solution patterns.",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8f5ec",
  "theme_color": "#f8f5ec",
  "icons": [
    {
      "src": "./include/icon/icon-192x192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "./include/icon/icon-512x512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "./include/icon/apple-touch-icon.webp",
      "sizes": "180x180",
      "type": "image/webp",
      "purpose": "any"
    }
  ]
}
