{
  "name": "ArtiPOS — Point of Sale",
  "short_name": "ArtiPOS",
  "description": "Touch-friendly POS for retail, restaurant, pharmacy, and grocery businesses",
  "start_url": "/app?view=pos&source=pwa",
  "id": "/app?view=pos",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#4338ca",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open POS",
      "short_name": "POS",
      "description": "Jump straight to the point-of-sale screen",
      "url": "/app?view=pos&source=pwa-shortcut",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
