{
  "name": "TinTinChat",
  "short_name": "TinChat",
  "description": "Lightweight secure chat for private and group conversations.",
  "start_url": "./dashboard.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f0f2f5",
  "theme_color": "#6a11cb",
  "icons": [
    {
      "src": "assets/pwa/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/pwa/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
