{
  "name": "Quietlet - A Calm Social Network",
  "short_name": "Quietlet",
  "description": "A distraction-free, text-only social network for founders, creators, and visionaries",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8B5CF6",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/qllogo.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/qllogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/qllogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/qllogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["social", "productivity"],
  "shortcuts": [
    {
      "name": "Home Feed",
      "url": "/feed",
      "description": "View your home feed"
    },
    {
      "name": "Compose",
      "url": "/feed?compose=true",
      "description": "Create a new post"
    },
    {
      "name": "Notifications",
      "url": "/notifications",
      "description": "View notifications"
    }
  ]
}
