{
  "id": "/index.html",
  "name": "Minitu",
  "short_name": "Minitu",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#fbfcfe",
  "theme_color": "#0f172a",
  "description": "App movil para conocer amigos, citas respetuosas y personas reales de todo el mundo.",
  "orientation": "portrait",
  "categories": ["social", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Notas",
      "short_name": "Notas",
      "url": "/index.html#practice",
      "icons": [{ "src": "/icons/icon.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Chats",
      "short_name": "Chats",
      "url": "/index.html#chats",
      "icons": [{ "src": "/icons/icon.png", "sizes": "512x512", "type": "image/png" }]
    }
  ]
}
