{
  "id": "/admin/",
  "name": "ManageIT",
  "short_name": "ManageIT",
  "description": "The Belford Group — project, client, and time management",
  "lang": "en-US",
  "start_url": "/admin/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#2A3B8F",
  "background_color": "#2A3B8F",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/screenshot-mobile-myday.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "My Day — time tracking and today's tasks"
    },
    {
      "src": "/images/screenshots/screenshot-desktop-tasks.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Task list and project overview"
    }
  ],
  "shortcuts": [
    {
      "name": "My Day",
      "short_name": "My Day",
      "description": "Time tracking and today's tasks",
      "url": "/admin/timetrack/my-day",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "description": "View and manage your tasks",
      "url": "/admin/tasks/task-list",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Support Tickets",
      "short_name": "Support",
      "description": "Support ticket queue",
      "url": "/admin/support/ticket-list",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
