{
  "name": "EATOC",
  "short_name": "EATOC",
  "description": "EATOC - The Only CRM for Estate Agents",
  "screenshots": [],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a2332",
  "theme_color": "#1a2332",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Properties",
      "short_name": "Properties",
      "description": "View all properties",
      "url": "/?page=properties",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Applicants",
      "short_name": "Applicants",
      "description": "Manage applicants",
      "url": "/?page=applicants",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Viewings",
      "short_name": "Viewings",
      "description": "Today's viewings",
      "url": "/?page=viewings",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Diary",
      "short_name": "Diary",
      "description": "Team diary and calendar",
      "url": "/?page=diary",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
