{
  "name": "HTS Portal",
  "short_name": "HTS Portal",
  "start_url": "/select-system.html",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#225772",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["productivity", "business"],
  "description": "HTS portal for production system selection and authentication.",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Select System",
      "short_name": "Systems",
      "description": "Choose portal, coatings, or chassis system",
      "url": "/select-system.html"
    },
    {
      "name": "Login",
      "short_name": "Login",
      "description": "Sign in to HTS portal",
      "url": "/login.html"
    }
  ]
}
