{
  "name": "Naomi Barbers Portadown",
  "short_name": "Naomi Barbers",
  "description": "Professional barber booking app with precision cuts",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0D0D0D",
  "theme_color": "#C9A84C",
  "icons": [
    {
      "src": "logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230D0D0D' width='540' height='720'/><text x='270' y='100' font-size='60' fill='%23C9A84C' text-anchor='middle' font-family='serif' font-weight='700'>Naomi Barbers</text><text x='270' y='200' font-size='40' fill='%23F0EAD6' text-anchor='middle'>Book Cuts</text><text x='270' y='300' font-size='40' fill='%23F0EAD6' text-anchor='middle'>Manage Schedule</text><text x='270' y='400' font-size='40' fill='%23F0EAD6' text-anchor='middle'>Track Clients</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "description": "Quick access to book a new appointment",
      "url": "index.html?tab=book",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23C9A84C' width='96' height='96'/><text x='48' y='48' font-size='60' font-weight='700' fill='%230D0D0D' text-anchor='middle' dominant-baseline='central'>✂</text></svg>", "sizes": "96x96"}]
    },
    {
      "name": "View Services",
      "short_name": "Services",
      "description": "Check available services and pricing",
      "url": "index.html?tab=services",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23C9A84C' width='96' height='96'/><text x='48' y='48' font-size='60' font-weight='700' fill='%230D0D0D' text-anchor='middle' dominant-baseline='central'>💈</text></svg>", "sizes": "96x96"}]
    }
  ]
}
