{
  "name": "Tobicorp PO & Delivery Analytics",
  "short_name": "Tobicorp",
  "description": "Purchase order and delivery management for Not Just Nuts Inc.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0079F2",
  "icons": [
    {
      "src": "./app-icon.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "./app-icon.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "./favicon.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "./#/",
      "description": "Executive dashboard"
    },
    {
      "name": "Purchase Orders",
      "url": "./#/purchase-orders",
      "description": "View all purchase orders"
    }
  ]
}
