{
  "id": "/",
  "name": "Styelitt",
  "short_name": "Styelitt",
  "description": "Styelitt",
  "start_url": "/socialfeed",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",

  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Social Privé - Chats",
      "short_name": "Chats",
      "description": "Ir directo a tus chats de Social Privé",
      "url": "/chats?fuente=acceso_directo",
      "icons": [
        {
          "src": "/static/img/icono-chat-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}