{
  "name": "Weather Pro - هواشناسی حرفه‌ای",
  "short_name": "Weather Pro",
  "description": "اپلیکیشن حرفه‌ای هواشناسی با پیش‌بینی ۷ روزه",
  "start_url": "./index.php",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#3b82f6",
  "lang": "fa",
  "dir": "rtl",
  "categories": ["weather", "utilities"],
  "icons": [
    { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icons/maskable-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "موقعیت فعلی من",
      "short_name": "GPS",
      "url": "./index.php?gps=1",
      "icons": [{"src": "./icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}