{
  "name": "Clash Clone PWA",
  "short_name": "ClashClone",
  "start_url": "./index.html",
  "display": "fullscreen",
  "background_color": "#4CAF50",
  "theme_color": "#2E7D32",
  "orientation": "landscape",
  "icons": [
    {
      "src": "https://via.placeholder.com/192",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://via.placeholder.com/512",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}