{
  "id": "/dashboard",
  "name": "Aetheria OS",
  "short_name": "Aetheria",
  "description": "World-class villa management platform for daily operations",
  "start_url": "/dashboard",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "background_color": "#0c1726",
  "theme_color": "#0c1726",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "url": "/dashboard",
      "description": "Open your daily dashboard"
    },
    {
      "name": "Operations",
      "url": "/dashboard/operations",
      "description": "View operations center"
    },
    {
      "name": "Tasks",
      "url": "/dashboard/tasks",
      "description": "Task board"
    },
    {
      "name": "Staff on the floor",
      "url": "/dashboard/staff-mobile",
      "description": "Mobile-first landing for on-property staff"
    },
    {
      "name": "Front Desk",
      "url": "/dashboard/staff-mobile/front-office",
      "description": "Check-in queue + arrivals"
    },
    {
      "name": "Housekeeper",
      "url": "/dashboard/staff-mobile/housekeeping",
      "description": "Room assignments + priority turnovers"
    },
    {
      "name": "Maintenance",
      "url": "/dashboard/staff-mobile/maintenance",
      "description": "Work orders + urgent fixes"
    },
    {
      "name": "Kitchen",
      "url": "/dashboard/staff-mobile/kitchen",
      "description": "Active tickets + dietary notes"
    },
    {
      "name": "F&B",
      "url": "/dashboard/staff-mobile/food-beverage",
      "description": "Open tabs + service"
    },
    {
      "name": "Security",
      "url": "/dashboard/staff-mobile/security",
      "description": "Incidents + perimeter rounds"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Aetheria OS Dashboard"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Aetheria OS Mobile"
    }
  ],
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/"
  }
}
