{
  "apps": [
    {
      "name": "The Hub",
      "url": "https://example.com/hub",
      "icon": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='128' height='128'><rect width='128' height='128' rx='24' fill='%232f69ff'/><text x='64' y='78' font-size='64' text-anchor='middle' fill='white' font-family='Segoe UI, Arial'>H</text></svg>",
      "hint": "Main dashboard",
      "target": "_blank"
    },
    { "name": "Shift Reports", "url": "https://example.com/shifts", "icon": "", "tint": "linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.06))" },
    { "name": "Contacts", "url": "https://example.com/contacts", "icon": "" }
  ]
}