{
  "name": "Poop Surprise",
  "short_name": "Poop",
  "description": "Poop Surprise - o jogo que te vai surpreender.",
  "start_url": "/splash",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#383838",
  "theme_color": "#1C1C1E",
  "icons": [
    {
      "src": "/assets/img/logo-full.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/poop-basic.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inventario",
      "short_name": "Inventario",
      "url": "/inventory",
      "icons": [{ "src": "/assets/img/poop-basic.png", "sizes": "192x192" }]
    },
    {
      "name": "Cesto",
      "short_name": "Cesto",
      "url": "/chest/basket",
      "icons": [{ "src": "/assets/img/chest-icon.png", "sizes": "192x192" }]
    }
  ]
}
