{
  "name": "Online Claw",
  "short_name": "Online Claw",
  "description": "Online Claw - O melhor jogo de garra online",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#130242",
  "theme_color": "#F9D2FF",
  "orientation": "portrait",
  "scope": "/",
  "lang": "pt-BR",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/static/logo_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/logo_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/logo_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Lobby",
      "short_name": "Lobby",
      "description": "Entrar no Lobby",
      "url": "/pages/tab/home",
      "icons": [
        {
          "src": "/static/logo_96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
