{
  "name": "ChantierPro",
  "short_name": "ChantierPro",
  "description": "إدارة المشاريع والخدمات",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "dir": "rtl",
  "lang": "ar",
  "theme_color": "#165c65",
  "background_color": "#f4f7f7",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Projets",
      "short_name": "Projets",
      "description": "Ouvrir la liste des projets",
      "url": "./#/projects",
      "icons": [{ "src": "pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Pointage",
      "short_name": "Pointage",
      "description": "Ouvrir le pointage quotidien",
      "url": "./#/attendance",
      "icons": [{ "src": "pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
