{
  "name": "ETTAOULY GROWTH OS",
  "short_name": "ETTAOULY",
  "description": "Système de Domination Marketing et OS de Croissance IA par Abdelali Ettaouly.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050505",
  "theme_color": "#8b5cf6",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
        "src": "/icon-192.png",
        "type": "image/png",
        "sizes": "192x192",
        "purpose": "any"
    },
    {
        "src": "/icon-512.png",
        "type": "image/png",
        "sizes": "512x512",
        "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Admin OS",
      "short_name": "Admin",
      "description": "Accès direct au Command Center",
      "url": "https://admin.ettaoulyabdelali.com",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Dashboard",
      "short_name": "Portal",
      "description": "Accès à votre espace client",
      "url": "https://panel.ettaoulyabdelali.com",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}