{
  "name": "WRELAD",
  "short_name": "WRELAD",
  "description": "Creator marketplace and digital goods universe for art, stories, media, collaboration, masks, and talent discovery",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1f0a10",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/logos/wrelad_logo_no_ring.jpeg",
      "sizes": "1540x1021",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "categories": ["entertainment", "books", "education", "social"],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "WRELAD Home"
    },
    {
      "src": "/screenshots/reader.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Novel Reader"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your creator dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/dashboard.png", "sizes": "96x96" }]
    },
    {
      "name": "Upload",
      "short_name": "Upload",
      "description": "Upload new content",
      "url": "/upload",
      "icons": [{ "src": "/icons/upload.png", "sizes": "96x96" }]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "View your library",
      "url": "/library",
      "icons": [{ "src": "/icons/library.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false
}

