{
  "$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/web-manifest.json",
  "start_url": "/",
  "name": "Nasim Rezvan",
  "short_name": "Nasim Rezvan",
  "icons": [
    {
      "src": "/img/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "قرآن نسیم رضوان",
      "short_name": "قرآن رضوی",
      "description": "زیراپلیکیشن کامل قرآنی با ترجمه صوتی، تفسیر، جستجو و بسیاری امکانات دیگر",
      "url": "/quran",
      "icons": [
        {
          "src": "/img/icons/quran-192.png",
          "sizes": "192x192",
          "type": "image/png"
        },
        {
          "src": "/img/icons/quran-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "theme_color": "#029bae",
  "background_color": "#ffffff",
  "display": "standalone"
}
