{
  "name": "WolfSheep — Free Online Strategy Board Game",
  "short_name": "WolfSheep",
"description": "Strategic duel on a 9×9 grid — chase your opponent or break through to the goal. Multiplayer, ELO rating, leaderboard. Free to play!",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0a0a0f",
  "theme_color": "#0d0d1a",
  "lang": "en",
  "categories": ["games", "strategy", "multiplayer"],
  "iarc_rating_id": "e58c82f8-8ed2-4053-8ef6-7a3d7b60d09a",
  "screenshots": [
    {
      "src": "/imgs/screen-1.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "label": "WolfSheep — Game Board",
      "platform": "wide"
    },
    {
      "src": "/imgs/screen-2.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "label": "WolfSheep — Leaderboard & Modes",
      "platform": "wide"
    },
    {
      "src": "/imgs/screen-3.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "label": "WolfSheep — Game Rules",
      "platform": "wide"
    }
  ],
  "icons": [
    {
      "src": "/imgs/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/imgs/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=fun.wolfsheep.app",
      "id": "fun.wolfsheep.app"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Game",
      "short_name": "Play",
      "description": "Start a new game",
      "url": "/game.html?utm_source=shortcut",
      "icons": [{ "src": "/imgs/logo-192.png", "sizes": "192x192", "purpose": "any" }]
    },
    {
      "name": "Play vs Bot",
      "short_name": "Bot",
      "description": "Practice against AI",
      "url": "/game.html?bot=true&utm_source=shortcut",
      "icons": [{ "src": "/imgs/logo-192.png", "sizes": "192x192", "purpose": "any" }]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View your stats",
      "url": "/profile.html?utm_source=shortcut",
      "icons": [{ "src": "/imgs/logo-192.png", "sizes": "192x192", "purpose": "any" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Top",
      "description": "View top players",
      "url": "/?utm_source=shortcut#leaderboard",
      "icons": [{ "src": "/imgs/logo-192.png", "sizes": "192x192", "purpose": "any" }]
    }
  ]
}
