{
  "name": "کافه میا | MIA COFFEE STORE",
  "short_name": "میا",
  "description": " مشاهده منو  کافه میا",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f6f2",
  "theme_color": "#8a9a86",
  "dir": "rtl",
  "lang": "fa-IR",
  "categories": ["lifestyle", "food"],
  "icons": [
    {
      "src": "/static/images/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },

    {
      "src": "/static/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "مشاهده منو",
      "short_name": "منو",
      "description": "مشاهده سریع منوی نوشیدنی‌ها و دسرها",
      "url": "/menu/",
      "icons": [
        {
          "src": "/static/images/icons/shortcut-menu.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/static/images/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "نمای دسکتاپ کافه میا"
    },
    {
      "src": "/static/images/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "نمای موبایل کافه میا"
    }
  ]
}