{
  "name": "Cognitia",
  "short_name": "Cognitia",
  "description": "Create engaging live polls, Q&A sessions, and interactive presentations.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#111111",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/img/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Participant Join",
      "short_name": "Join",
      "url": "./audience/join.php",
      "description": "Join an event as participant"
    }
  ]
}