{
  "name": "Ironhand POS",
  "short_name": "Ironhand POS",
  "description": "Installable business application with saved offline pages, authorized offline POS sales, and automatic reconnection sync.",
  "id": "/offline-pwa/pos",
  "start_url": "/pos/create?source=pwa",
  "scope": "/",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#06253f",
  "background_color": "#06253f",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {"name": "Point of Sale", "short_name": "POS", "url": "/pos/create", "icons": [{"src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png"}]},
    {"name": "Dashboard", "short_name": "Home", "url": "/home", "icons": [{"src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png"}]},
    {"name": "Sync status", "short_name": "Sync", "url": "/offline-pwa", "icons": [{"src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png"}]}
  ]
}
