{
  "name": "VIND POS",
  "short_name": "VIND",
  "description": "Point of sale for Maltese restaurants",
  "lang": "en",
  "dir": "ltr",
  "theme_color": "#1a1a2e",
  "background_color": "#0a0a0f",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "start_url": "/",
  "scope": "/",
  "orientation": "landscape",
  "categories": ["business", "productivity", "finance"],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.vind.pos",
      "url": "https://play.google.com/store/apps/details?id=com.vind.pos"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/vind-pos"
    }
  ],
  "icons": [
    { "src": "/icons/pwa-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/pwa-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/landscape-cart.png",
      "sizes": "2048x1536",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Order entry on iPad"
    },
    {
      "src": "/screenshots/landscape-pay.png",
      "sizes": "2048x1536",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Payment with paired terminal"
    }
  ],
  "shortcuts": [
    {
      "name": "Open shift",
      "short_name": "Open shift",
      "url": "/?intent=open-shift",
      "icons": [{ "src": "/icons/shortcut-shift.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Close shift",
      "short_name": "Close shift",
      "url": "/?intent=close-shift",
      "icons": [{ "src": "/icons/shortcut-close.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
