{
  "name": "SentrikPOS",
  "short_name": "Sentrik",
  "description": "Fast-moving point of sale system for retail teams",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0C0A09",
  "theme_color": "#0C0A09",
  "orientation": "any",
  "icons": [
    {
      "src": "/images/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity", "finance"],
  "shortcuts": [
    {
      "name": "Sell",
      "short_name": "Sell",
      "description": "Open POS selling interface",
      "url": "/sell",
      "icons": [
        {
          "src": "/images/icons/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Registers",
      "short_name": "Registers",
      "description": "Manage registers",
      "url": "/registers",
      "icons": [
        {
          "src": "/images/icons/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
