{
  "id": "com.guesshh.app",
  "name": "Guesshh",
  "short_name": "Guesshh",
  "description": "Social deduction game — find the Impostor before they fool everyone.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0f172a",
  "theme_color": "#22c55e",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "entertainment", "social"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/guesshh-logo-transparent.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/guesshh-logo-transparent.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Game",
      "short_name": "Play",
      "description": "Start a new game of Guesshh",
      "url": "/home",
      "icons": [{ "src": "/icons/guesshh-logo-nb.png", "sizes": "500x500" }]
    },
    {
      "name": "Join Game",
      "short_name": "Join",
      "description": "Join an existing game with a code",
      "url": "/join",
      "icons": [{ "src": "/icons/guesshh-logo-nb.png", "sizes": "500x500" }]
    }
  ],
  "screenshots": [
    {
      "src": "/manifest-imgs/lobby.png",
      "sizes": "824x1960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Game lobby"
    },
    {
      "src": "/manifest-imgs/results.png",
      "sizes": "824x2160",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Game results"
    },
    {
      "src": "/manifest-imgs/voting.png",
      "sizes": "824x2160",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Vote for the Impostor"
    },
    {
      "src": "/manifest-imgs/description.png",
      "sizes": "824x2160",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Game description"
    },
    {
      "src": "/manifest-imgs/settings.jpeg",
      "sizes": "782x1600",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Game settings"
    },
    {
      "src": "/manifest-imgs/category-online.png",
      "sizes": "2160x3840",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Choose your category"
    },
    {
      "src": "/manifest-imgs/pass-the-phone.jpeg",
      "sizes": "778x1600",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Pass the phone to next player"
    },
    {
      "src": "/manifest-imgs/reveal-card.jpeg",
      "sizes": "777x1600",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Secret role reveal"
    }
  ]
}
