{
  "name": "Erotica Site",
  "short_name": "Erotica",
  "description": "Curated erotic stories across every genre, orientation, and kink. Free to read, 18+.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0b10",
  "theme_color": "#d64541",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["entertainment", "books", "lifestyle"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest Stories",
      "short_name": "Latest",
      "description": "Read the newest erotic stories",
      "url": "/stories/",
      "icons": [{ "src": "/images/icon-new.png", "sizes": "192x192" }]
    },
    {
      "name": "Categories",
      "short_name": "Categories",
      "description": "Browse stories by category",
      "url": "/categories/",
      "icons": [{ "src": "/images/icon-cat.png", "sizes": "192x192" }]
    },
    {
      "name": "Authors",
      "short_name": "Authors",
      "description": "Discover our authors",
      "url": "/authors/",
      "icons": [{ "src": "/images/icon-author.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}