{
  "name": "BNS Storefront",
  "short_name": "BNS Storefront",
  "description": "The official storefront and business portal for BNS and BNS businesses.",
  "start_url": "./dashboard.php",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "orientation": "any",
  "categories": [
    "business",
    "productivity"
  ],
  "dir": "ltr",
  "lang": "en-US",
  "icons": [
    {
      "src": "../../assets/img/bns_square_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../../assets/img/bns_square_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../../assets/img/bns_square_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "../../assets/img/bns_square_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Manage Inventory",
      "short_name": "Inventory",
      "description": "View and manage active listings",
      "url": "./dashboard.php?tab=inventory",
      "icons": [
        {
          "src": "../../assets/img/bns_square_icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Order Book",
      "short_name": "Orders",
      "description": "Track incoming business sales",
      "url": "./dashboard.php?tab=orders",
      "icons": [
        {
          "src": "../../assets/img/bns_square_icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
