{
  "id": "/",
  "name": "IBA SEKURSYSTEM",
  "short_name": "SEKURSYSTEM",
  "description": "SEKURSYSTEM — Intelligence artificielle de sécurité de I BUSINESS AFRICA. Détection de menaces, verrouillage d'applications et assistant vocal Aria.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "portrait",
  "background_color": "#060B14",
  "theme_color": "#060B14",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["security", "utilities", "productivity"],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  },
  "icons": [
    { "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-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Analyse profonde", "short_name": "Scanner", "url": "./index.html?action=scan", "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Détecteur de failles", "short_name": "Failles", "url": "./index.html?action=vuln", "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Verrouillage d'apps", "short_name": "Verrous", "url": "./index.html?action=applist", "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Historique", "short_name": "Historique", "url": "./index.html?action=history", "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
