{
  "name": "ICON Browser",
  "short_name": "ICON",
  "description": "Gizlilik, güvenlik ve özgür internet için tasarlanmış yeni nesil tarayıcı.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050810",
  "theme_color": "#00d4ff",
  "orientation": "any",
  "lang": "tr",
  "icons": [
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/uploads/og/og-default.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg"
    }
  ],
  "shortcuts": [
    {
      "name": "İndir",
      "short_name": "İndir",
      "description": "ICON Browser'ı indir",
      "url": "/downloads.php",
      "icons": [{"src": "/assets/img/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Özellikler",
      "short_name": "Özellikler",
      "description": "Tüm özellikleri gör",
      "url": "/features.php",
      "icons": [{"src": "/assets/img/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
