{
  "name": "MyEle POS",
  "short_name": "MyEle POS",
  "description": "MyEle Point of Sale & Inventory",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F1117",
  "theme_color": "#F26522",
  "lang": "en-AU",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "New Invoice",   "url": "/?page=new-invoice",   "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Invoices",      "url": "/?page=invoices",      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "New Quotation", "url": "/?page=new-quotation", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
