{
  "name": "Quilen",
  "short_name": "Quilen",
  "description": "Collaborative storytelling platform where stories grow like trees",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#E9E5D6",
  "theme_color": "#8F9A66",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/SG_Logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home Page"
    },
    {
      "src": "/screenshots/explore.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Explore Stories"
    }
  ],
  "categories": ["books", "entertainment", "social"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "Discover new stories",
      "url": "/explore",
      "icons": [{ "src": "/SG_Logo.svg", "sizes": "any" }]
    },
    {
      "name": "Create",
      "short_name": "Create",
      "description": "Start writing",
      "url": "/create-garden",
      "icons": [{ "src": "/SG_Logo.svg", "sizes": "any" }]
    }
  ]
}
