{
  "name": "Kotbo Dashboard",
  "short_name": "Kotbo",
  "description": "Gestion ERP de ta communauté Discord : stats, modération, staff et analytics.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#020617",
  "theme_color": "#001A33",
  "lang": "fr",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Vue d'ensemble",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tickets",
      "url": "/tickets",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Widget",
      "url": "/widget",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "widgets": [
    {
      "name": "Kotbo — Stats staff",
      "short_name": "Kotbo Stats",
      "description": "Tes statistiques staff : niveau, messages, vocal et staff score.",
      "tag": "kotbo-stats",
      "ms_ac_template": "/widgets/kotbo-stats-template.json",
      "data": "/widgets/kotbo-stats-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/widgets/screenshot.png",
          "sizes": "600x400",
          "label": "Widget Kotbo affichant les statistiques staff"
        }
      ],
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }],
      "auth": false,
      "update": 900
    }
  ]
}
