{
  "name": "Zubon",
  "short_name": "Zubon",
  "description": "Two options. Everyone picks one. Then call which friends picked the same as you — that's what scores.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0D1B21",
  "theme_color": "#0D1B21",
  "categories": ["games", "social", "entertainment"],
  "lang": "en",
  "related_applications": [
    { "platform": "itunes", "id": "6785561159", "url": "https://apps.apple.com/app/id6785561159" },
    { "platform": "play", "id": "app.pantsy.twa", "url": "https://play.google.com/store/apps/details?id=app.pantsy.twa" }
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "app-icon-zubon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "app-icon-zubon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "app-icon-zubon/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start a game",
      "short_name": "Start game",
      "description": "Open a new room and grab the code.",
      "url": "./?go=create",
      "icons": [
        { "src": "app-icon-zubon/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Join with code",
      "short_name": "Join code",
      "description": "Punch in a code to jump into a game.",
      "url": "./?go=join",
      "icons": [
        { "src": "app-icon-zubon/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
