{
  "name": "Nosferoku",
  "short_name": "Nosferoku",
  "description": "A daily Sudoku where every move you make may bleed your score, but the correct move keeps your score intact.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#c41f25",
  "background_color": "#ffffff",
  "categories": ["games", "puzzle", "entertainment"],
  "icons": [
    {
      "src": "./favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./favicon.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "./apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "View Path",
      "short_name": "Path",
      "description": "Re-open the path artwork from today's puzzle (if you've completed it)",
      "url": "./index.html#view-path",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ]
}
