{
  "name": "Sudoku Master - Svenska",
  "short_name": "Sudoku Master",
  "description": "Ett komplett Sudoku-spel med olika svårighetsgrader, dagliga utmaningar och prestationssystem",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fed7aa",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "categories": ["games", "puzzle"],
  "lang": "sv",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg", 
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Sudoku game board with number input"
    },
    {
      "src": "/screenshot-mobile-2.png", 
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily challenge and statistics"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x800", 
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop Sudoku interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Nytt Spel",
      "short_name": "Nytt",
      "description": "Starta ett nytt Sudoku-spel",
      "url": "/?action=new-game",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Daglig Utmaning",
      "short_name": "Daglig", 
      "description": "Spela dagens utmaning",
      "url": "/?action=daily-challenge",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Statistik",
      "short_name": "Stats",
      "description": "Visa dina spelstatistik",
      "url": "/?action=profile",
      "icons": [
        {
          "src": "/icon-192.svg", 
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Rankning",
      "short_name": "Topplista",
      "description": "Visa globala ranking",
      "url": "/?action=leaderboard",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192", 
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/share-target/",
    "method": "POST",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "sudokumaster",
      "url": "/?protocol=%s"
    }
  ]
}