{
  "name": "PlanIt Trade",
  "short_name": "PlanIt",
  "description": "Trade counter EPOS — sell, order, buy and account for it, on or offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F4F1EC",
  "theme_color": "#21262E",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Sell", "url": "/pos" },
    { "name": "Orders", "url": "/orders" },
    { "name": "Stock", "url": "/stock" },
    { "name": "Cash up", "url": "/cashup" }
  ]
}
