{
  "name": "Dream OS Enterprise",
  "short_name": "DreamOS",
  "description": "Enterprise RBAC System • ISO 27001 • Security Operations Center",
  "start_url": "/dream-os-final/index.html",
  "display": "standalone",
  "background_color": "#0a0e27",
  "theme_color": "#00ff9d",
  "orientation": "portrait-primary",
  "scope": "/dream-os-final/",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "productivity",
    "security"
  ],
  "shortcuts": [
    {
      "name": "📅 Booking Ruang",
      "short_name": "Booking",
      "description": "Buat pengajuan booking ruangan",
      "url": "./index.html#booking",
      "icons": [
        {
          "src": "./assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "⚠️ Laporan K3",
      "short_name": "K3",
      "description": "Buat laporan K3 safety",
      "url": "./index.html#k3",
      "icons": [
        {
          "src": "./assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "📱 Scan QR",
      "short_name": "QR",
      "description": "Scan QR code aset/inventaris",
      "url": "./index.html#qr",
      "icons": [
        {
          "src": "./assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "🛡️ Security Ops",
      "short_name": "Security",
      "description": "Jadwal & patroli security",
      "url": "./index.html#security",
      "icons": [
        {
          "src": "./assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "id": "./index.html"
}