{
  "name": "MotoRider TR",
  "short_name": "MotoRider",
  "description": "Motosiklet kullanıcıları için sosyal navigasyon ve topluluk platformu",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#C8102E",
  "theme_color": "#C8102E",
  "lang": "tr",
  "dir": "ltr",
  "categories": ["navigation", "social", "lifestyle"],
  "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/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Sürüşe başla",
      "short_name": "Sür",
      "description": "Hemen sürüşü başlat",
      "url": "./index.html?screen=ride",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Yardım çağrısı",
      "short_name": "SOS",
      "description": "Acil yardım çağrısı gönder",
      "url": "./index.html?screen=help",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
