{
  "name": "Anima - Visioconférence P2P",
  "short_name": "Anima",
  "description": "Application de visioconférence collaborative peer-to-peer sécurisée et sans logs",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "theme_color": "#7276d8",
  "background_color": "#000000",
  "lang": "fr",
  "dir": "ltr",
  "id": "/",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {},
  "permissions_policy": {
    "camera": ["self"],
    "microphone": ["self"],
    "display-capture": ["self"],
    "geolocation": []
  },
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Page d'accueil Anima sur desktop"
    },
    {
      "src": "/screenshots/desktop-call.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Appel vidéo en cours sur desktop"
    },
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Page d'accueil Anima sur mobile"
    },
    {
      "src": "/screenshots/mobile-call.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Appel vidéo en cours sur mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle réunion",
      "short_name": "Nouvelle",
      "description": "Démarrer une nouvelle réunion instantanément",
      "url": "/",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Rejoindre une réunion",
      "short_name": "Rejoindre",
      "description": "Rejoindre une réunion existante avec un code",
      "url": "/join",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": ["productivity", "business", "communication", "social"],
  "keywords": ["visioconférence", "video", "appel", "peer-to-peer", "p2p", "sécurisé", "privacy"],
  "prefer_related_applications": false,
  "related_applications": [],
  "handle_links": "preferred",
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
