{
  "name": "ChatApp",
  "short_name": "ChatApp",
  "description": "Aplikasi chat mobile-first berbasis PHP native dan MySQL.",
  "start_url": "index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fff1f7",
  "theme_color": "#ec4899",
  "orientation": "portrait-primary",
  "icons": [
    {"src": "assets/img/logo.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable"},
    {"src": "assets/img/logo.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
  ]
}
