{
  "name": "SubsFC",
  "short_name": "SubsFC",
  "description": "Find your game.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F1F3D",
  "theme_color": "#0F1F3D",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/feed-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Game feed \u2014 find nearby games"
    },
    {
      "src": "/screenshots/dashboard-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard \u2014 your games at a glance"
    }
  ],
  "categories": [
    "sports",
    "social"
  ],
  "shortcuts": [
    {
      "name": "Find a game",
      "url": "/games/feed",
      "icons": [
        {
          "src": "/icons/shortcut-find.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My games",
      "url": "/games/playing",
      "icons": [
        {
          "src": "/icons/shortcut-my.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
