{
  "name": "BAARA IA Emploi",
  "short_name": "BAARA IA",
  "description": "BAARA IA — emploi, CV, compétences, candidatures et documents en PWA offline-first.",
  "id": "./?app=baara-ia-emploi",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5f7fb",
  "theme_color": "#061d4d",
  "lang": "fr",
  "categories": [
    "business",
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "assets/baara-ia-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/baara-ia-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mes documents",
      "short_name": "Documents",
      "url": "./index.html#documents",
      "icons": [
        {
          "src": "assets/baara-ia-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Importer mon CV",
      "short_name": "Importer CV",
      "url": "./index.html#profile-import",
      "icons": [
        {
          "src": "assets/baara-ia-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Offres pour moi",
      "short_name": "Offres",
      "url": "./index.html#smart-match",
      "icons": [
        {
          "src": "assets/baara-ia-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Mes candidatures",
      "short_name": "Candidatures",
      "url": "./index.html#applications",
      "icons": [
        {
          "src": "assets/baara-ia-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Coach carrière",
      "short_name": "Coach",
      "url": "./index.html#career-coach",
      "icons": [
        {
          "src": "assets/baara-ia-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Me former",
      "short_name": "Formations",
      "url": "./index.html#learning-hub",
      "icons": [
        {
          "src": "assets/baara-ia-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "./index.html#profile-import",
      "accept": {
        "application/pdf": [
          ".pdf"
        ],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [
          ".docx"
        ],
        "image/jpeg": [
          ".jpg",
          ".jpeg"
        ],
        "image/png": [
          ".png"
        ],
        "image/webp": [
          ".webp"
        ],
        "text/plain": [
          ".txt",
          ".md"
        ]
      }
    }
  ]
}
