{
  "name": "HotelsJot - Operations Hub",
  "short_name": "HotelsJot",
  "description": "Hotel operations management - tasks, rooms, issues, shifts, and team communication",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#DB2777",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/images/Jot.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "View and manage tasks",
      "url": "/tasks"
    },
    {
      "name": "Rooms",
      "short_name": "Rooms",
      "description": "Check room status",
      "url": "/rooms"
    },
    {
      "name": "Issues",
      "short_name": "Issues",
      "description": "Report and track issues",
      "url": "/issues"
    },
    {
      "name": "Shifts",
      "short_name": "Shifts",
      "description": "Clock in/out and handoff",
      "url": "/shifts"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
