{
  "name": "Squadons - Unis par la passion du gaming",
  "short_name": "Squadons",
  "description": "Plateforme de présentation de streamers unis par la passion du gaming",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#dc143c",
  "background_color": "#0a0b14",
  "categories": ["entertainment", "games", "social"],
  "lang": "fr",
  "scope": "/",
  "icons": [
    {
      "src": "/src/assets/icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "features": ["Cross Platform", "offline-viewing", "push-notifications"],
  "shortcuts": [
    {
      "name": "Voir les Streamers",
      "short_name": "Streamers",
      "description": "Accéder directement à la liste des streamers",
      "url": "/#streamers",
      "icons": [{ "src": "/src/assets/icons/favicon.png", "sizes": "96x96" }]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Nous contacter",
      "url": "/#contact",
      "icons": [{ "src": "/src/assets/icons/favicon.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
