{
  "id": "/index.html",
  "name": "Automation & Control Hub",
  "short_name": "TabreedHub",
  "description": "Industrial Automation, Instrumentation tools, and SAP Launchpad Dashboard.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#e4edf5",
  "theme_color": "#3f5161",
  "categories": ["productivity", "utilities", "business"],
  "prefer_related_applications": false,
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "text/plain": [".txt"],
        "application/pdf": [".pdf"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "https://automation3000.github.io/PWA/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://automation3000.github.io/PWA/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Master Instrument List",
      "short_name": "Instruments",
      "description": "Open Master Instrument List AI1",
      "url": "./index.html?app=instruments",
      "icons": [
        {
          "src": "https://automation3000.github.io/PWA/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
