{
  "name": "Aryan System OS",
  "short_name": "Sys-OS",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#1f2937",
  "theme_color": "#007bff",
  "icons": [
    {
      "src": "Images/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "Images/icon-512.png",
      "sizes": "512x512",
      "type": "image/jpeg"
    }
  ]
}