{
  "name": "NoirHQ — Tattoo Studio Management",
  "short_name": "NoirHQ",
  "description": "Multi-tenant ERP for tattoo studios. Online booking, automatic deposits, design approvals, client CRM, inventory tracking, and 30-day aftercare SMS sequences.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0A0A0C",
  "theme_color": "#0A0A0C",
  "orientation": "any",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "keywords": [
    "tattoo studio management",
    "tattoo booking software",
    "tattoo artist CRM",
    "tattoo shop ERP",
    "tattoo deposit collection",
    "guest artist commission tracking",
    "tattoo studio inventory",
    "tattoo aftercare automation",
    "RBAC tattoo studio",
    "tattoo payroll software"
  ],
  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Booking",
      "short_name": "Book",
      "description": "Create a new client booking",
      "url": "/bookings/new",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Go to your studio dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "related_applications": []
}