{
  "id": "./",
  "name": "EEIS Equipment Manager",
  "short_name": "EEIS",
  "description": "EEIS Egyptian Engineering for Integrated Systems equipment, projects, and tasks manager.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#f8efe8",
  "theme_color": "#8f1d1d",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Equipment",
      "short_name": "Equipment",
      "description": "Open the equipment list.",
      "url": "./index.html#equipment",
      "icons": [{ "src": "icons/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "Open EEIS projects.",
      "url": "./index.html#projects",
      "icons": [{ "src": "icons/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "Open assigned tasks.",
      "url": "./index.html#tasks",
      "icons": [{ "src": "icons/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
