{
  "name": "Earth Tab - Accommodation App",
  "short_name": "Earth Tab",
  "description": "Track and manage customer service accommodations",
  "id": "/dashboard.html",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#15327D",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/earth-tab-icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/earth-tab-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/earth-tab-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Accommodation",
      "short_name": "New",
      "description": "Create a new accommodation record",
      "url": "/new-accommodation.html",
      "icons": [{ "src": "/earth-tab-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View All",
      "short_name": "All",
      "description": "View all accommodations",
      "url": "/accommodations.html",
      "icons": [{ "src": "/earth-tab-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View reports and analytics",
      "url": "/reports.html",
      "icons": [{ "src": "/earth-tab-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
