{
  "name": "Identity Quest™ Personal Brand Simulator",
  "short_name": "Identity Quest",
  "description": "The world's first personal brand simulator. Build a name from nothing, one week at a time. Free to play.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "categories": [
    "games",
    "education",
    "business"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "shortcuts": [
    {
      "name": "Play Identity Quest",
      "short_name": "Play",
      "url": "/#play"
    },
    {
      "name": "About the game",
      "short_name": "About",
      "url": "/#about"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/iq-narrow.webp",
      "sizes": "780x1688",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "This Week: action tiles, energy budget and the heads-up stats"
    },
    {
      "src": "/assets/screenshots/iq-wide.webp",
      "sizes": "1280x800",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "The board: stats, this week's actions and the growth chart"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
