{
  "name": "VerseRP",
  "short_name": "VerseRP",
  "description": "Roleplay chat with AI characters",
  "id": "/",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "launch_handler": { "client_mode": "navigate-existing" },
  "orientation": "natural",
  "categories": ["entertainment", "social"],
  "background_color": "#1a1a24",
  "theme_color": "#1a1a24",
  "icons": [
    {
      "src": "/static/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Discover creators and worlds"
    },
    {
      "src": "/static/screenshots/mobile-create.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Create your own AI characters"
    },
    {
      "src": "/static/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "VerseRP on the web"
    }
  ],
  "shortcuts": [
    {
      "name": "Your chats",
      "short_name": "Chats",
      "url": "/#chats-react"
    },
    {
      "name": "Browse characters",
      "short_name": "Browse",
      "url": "/#browse-react"
    },
    {
      "name": "Create a character",
      "short_name": "Create",
      "url": "/#create-react"
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "url": "/#inbox-react"
    }
  ]
}
