{
  "short_name": "Lady Cinder",
  "name": "Lady Cinder — Neon-Gothic Hypnosis & Sessions",
  "icons": [
    {
      "src": "./favicon/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "./favicon/web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "./favicon/web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "description": "LA-based touring dominatrix. Hypnosis, sensual sadism, and mind play in a neon-gothic aesthetic. Book online or in person.",
  "scope": "/",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": [
    "lifestyle",
    "entertainment",
    "personalization"
  ],
  "shortcuts": [
    {
      "name": "Sessions",
      "short_name": "Sessions",
      "description": "Explore hypnosis and session offerings.",
      "url": "/sessions",
      "icons": [
        {
          "src": "./shortcuts/shortcut-sessions.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tour",
      "short_name": "Tour",
      "description": "See travel dates and request bookings.",
      "url": "/tour",
      "icons": [
        {
          "src": "./shortcuts/shortcut-tour.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Gallery",
      "short_name": "Gallery",
      "description": "View the gallery and streaming visuals.",
      "url": "/gallery",
      "icons": [
        {
          "src": "./shortcuts/shortcut-gallery.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "./screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Home Page"
    },
    {
      "src": "./screenshots/sessions.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Sessions Page"
    }
  ]
}
