{
  "name": "Tortorapp",
  "short_name": "Tortorapp",
  "description": "Avanos yerel lezzet ve ekipman pazaryeri",
  "lang": "tr",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#EFECE6",
  "theme_color": "#EFECE6",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "food",
    "shopping",
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "Restoranlar",
      "short_name": "Sipariş Ver",
      "url": "/index.html",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}