{
  "name": "Chummio",
  "short_name": "Chummio",
  "description": "A cleaner, smarter social app where you control the vibe without needing to understand the algorithm.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0c0c0e",
  "theme_color": "#0c0c0e",
  "categories": ["social", "lifestyle"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Home feed",
      "short_name": "Home",
      "description": "Open your Chummio home feed",
      "url": "/",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Create post",
      "short_name": "Create",
      "description": "Share a new post",
      "url": "/compose",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Activity",
      "short_name": "Activity",
      "description": "View your notifications",
      "url": "/activity",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
