{
  "name": "Aplikasi PWA Saya",
  "short_name": "PWA Saya",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#f0f2f5",
  "theme_color": "#007bff",
  "icons": [
    {
      "src": "https://placeholder.com",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://placeholder.com",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
