{
  "short_name": "SND Inventory",
  "name": "SND Inventory Management System",
  "description": "Manage your inventory, create picklists, track stock movements and more",
  "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"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#1c8552",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Create Picklist",
      "short_name": "Picklist",
      "url": "/picklist",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Stock Inward",
      "short_name": "Stock In",
      "url": "/stock-inward",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "url": "/products",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    }
  ]
}
