{
  "name": "Qwint Admin",
  "short_name": "Qwint",
  "description": "Qwint Talk Super Admin Panel",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "theme_color": "#0A0A0A",
  "background_color": "#0A0A0A",
  "categories": ["productivity", "utilities"],
  "lang": "en",

  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "/favicon.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/favicon.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],

  "shortcuts": [
    {
      "name": "API Keys",
      "url": "/api-keys"
    },
    {
      "name": "System Logs",
      "url": "/logs"
    },
    {
      "name": "Wallets",
      "url": "/wallets"
    }
  ],

  "prefer_related_applications": false
}
