{
  "name": "ProPWA Enterprise Platform",
  "short_name": "ProPWA",
  "description": "A professional Progressive Web App with hardware access, offline support, and enterprise-grade UI.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0a0a0f",
  "background_color": "#0a0a0f",
  "lang": "en",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Permission Center",
      "short_name": "Permissions",
      "description": "Open the permission management center",
      "url": "./permissions.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Image Viewer",
      "short_name": "Viewer",
      "description": "Open the high-fidelity image viewer",
      "url": "./viewer.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
