{
  "name": "Puzzlebinder",
  "short_name": "Puzzlebinder",
  "description": "Puzzlebinder is a polished daily logic-grid game for Sudoku, Latin Square, and Wordoku boards.",
  "id": "./",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#151527",
  "theme_color": "#151527",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/puzzlebinder-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/puzzlebinder-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/puzzlebinder-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/puzzlebinder-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "icons/puzzlebinder-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/puzzlebinder-preview.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Puzzlebinder daily logic puzzle board"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Today's Puzzle",
      "short_name": "Daily",
      "description": "Open Puzzlebinder and play the daily puzzle.",
      "url": "./index.html?daily=1",
      "icons": [{ "src": "icons/puzzlebinder-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "categories": ["games", "puzzle", "education"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false
}
