{
  "name": "Rumah Ungu",
  "short_name": "Rumah Ungu",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#6a1b9a",
  "theme_color": "#6a1b9a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "assets/img/rumahungu_logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/img/rumahungu_logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}