{
  "id": "com.swiftnode.fuelerp",
  "short_name": "Shelli POS",
  "name": "SwiftNode Fuel Station ERP & Mobile POS",
  "description": "Mobile Fuel Station Management, Attendant POS Terminal, FIFO Inventory & Dipstick Reconciliation",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "background_color": "#0b0f19",
  "theme_color": "#0f172a",
  "display": "standalone",
  "orientation": "any",
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Attendant POS",
      "short_name": "POS",
      "description": "Launch Mobile Fuel Dispenser Sales Mode",
      "url": "/?mode=pos",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dipstick Reconciliation",
      "short_name": "Dipstick",
      "description": "Tank Inspection & Variance Tracking",
      "url": "/?mode=dipstick",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
