{
  "id": "/",
  "name": "Nosku - Offline Sudoku",
  "short_name": "Nosku",
  "description": "A chalkboard-style Sudoku puzzle game that works completely offline, with 200 preloaded puzzles across four difficulties. No ads, no notifications, no telemetry.",
  "start_url": "./index.html",
  "scope": "./",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait-primary",
  "categories": ["games", "puzzle"],
  "background_color": "#16221D",
  "theme_color": "#16221D",
  "related_applications": [],
  "prefer_related_applications": false,
  "icons": [
    { "src": "icons/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "screenshots/screenshot-home.png",
      "sizes": "1056x1714",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen with puzzles in progress"
    },
    {
      "src": "screenshots/screenshot-game.png",
      "sizes": "1056x1714",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Playing a puzzle on the chalkboard theme"
    },
    {
      "src": "screenshots/screenshot-library.png",
      "sizes": "1056x1714",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browsing the 200-puzzle library"
    },
    {
      "src": "screenshots/screenshot-settings.png",
      "sizes": "1056x1714",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Customizing the number pad and game settings"
    },
    {
      "src": "screenshots/screenshot-theme-warm.png",
      "sizes": "1056x1714",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "The low blue-light Warm theme"
    }
  ],
  "shortcuts": [
    {
      "name": "New Easy puzzle",
      "short_name": "Easy",
      "description": "Jump straight into a new Easy puzzle",
      "url": "./index.html?difficulty=easy",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Medium puzzle",
      "short_name": "Medium",
      "description": "Jump straight into a new Medium puzzle",
      "url": "./index.html?difficulty=medium",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Continue last puzzle",
      "short_name": "Continue",
      "description": "Resume your most recent in-progress puzzle",
      "url": "./index.html?continue=1",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
