{
  "name": "iWallet",
  "short_name": "iWallet",
  "description": "הארנק שבו אפשר לשמור את כל הקופונים, הזיכויים וההטבות שקיבלת",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "orientation": "portrait",
  "lang": "he",
  "dir": "rtl",
  "background_color": "#fbf7f0",
  "theme_color": "#5b2a86",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/api/public/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "application/zip", "application/x-zip-compressed", ".zip", "text/plain", ".txt"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "הוספת הטבה",
      "short_name": "הוסף הטבה",
      "description": "פתח מסך הוספת הטבה חדשה",
      "url": "/coupons/new",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "ההטבות שלי",
      "short_name": "ההטבות שלי",
      "description": "צפה ברשימת ההטבות שלך",
      "url": "/my-coupons",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "שתף את הארנק בווצאפ",
      "short_name": "שתף בווצאפ",
      "description": "המלץ לחברים על iWallet בווצאפ",
      "url": "/share-wallet",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}