{
  "name": "CTECG Stock Manager",
  "short_name": "Stock Manager",
  "description": "CTECG Stock Management System - Manage inventory, assignments, and stock verification",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#cc0000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/icons/32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple-touch-icon"
    },
    {
      "src": "/icons/192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View dashboard",
      "url": "/",
      "icons": [{ "src": "/icons/96.png", "sizes": "96x96" }]
    },
    {
      "name": "Daily Assignments",
      "short_name": "Assignments",
      "description": "View today's assignments",
      "url": "/admin/assignments",
      "icons": [{ "src": "/icons/96.png", "sizes": "96x96" }]
    }
  ]
}
