{
  "name": "Earth Tab - Team Management",
  "short_name": "Earth Tab - Team App",
  "description": "Team management platform for modern businesses",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0B1E3F",
  "background_color": "#0B1E3F",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Stores",
      "short_name": "Stores",
      "description": "Browse all stores and their drives",
      "url": "/?view=browse",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Employee List",
      "short_name": "Employees",
      "description": "View all employees",
      "url": "/?view=employees",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Add Employee",
      "short_name": "Add",
      "description": "Add new employee",
      "url": "/?view=add",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": ["business", "productivity"],
  "prefer_related_applications": false
}
