{
  "name": "All in One 99 - Product & Inventory",
  "short_name": "All in One 99",
  "description": "Product management, catalogue and real-time inventory application",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "assets/img/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/img/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Products Catalogue",
      "short_name": "Products",
      "description": "View catalogue and inventory",
      "url": "./admin/products.php",
      "icons": [{ "src": "assets/img/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Sync Google Sheet",
      "short_name": "Sync",
      "description": "Sync products from Google Sheet",
      "url": "./api/google-sheet.php?action=sync",
      "icons": [{ "src": "assets/img/favicon.png", "sizes": "192x192" }]
    }
  ]
}
