{
  "name": "Realicard",
  "short_name": "Realicard",
  "description": "מצאו הנחות ודילים בלעדיים למחזיקי Realicard.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "background_color": "#f9f9f9",
  "theme_color": "#121212",
  "orientation": "portrait-primary",
  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-screenshot-1.jpg",
      "sizes": "499x488",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "מסך בחירת שפה"
    },
    {
      "src": "/screenshots/mobile-screenshot-2.jpg",
      "sizes": "496x387",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "מסך הזנת שם"
    }
  ],
  "widgets": [
    {
      "name": "Daily Deal",
      "description": "Check the daily exclusive discount",
      "tag": "daily-deal",
      "template": "deal-template",
      "ms_ac_template": "widgets/deal.json",
      "data": "widgets/deal-data.json",
      "type": "application/json"
    }
  ]
}