{
  "name": "Huts In a Chat",
  "icons": [
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icon.svg",
      "type": "image/svg",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay"
  ],
  "scope": "/",
  "description": "A simple chat app built with Ruby on Rails.",
  "theme_color": "#323232",
  "background_color": "#323232",
  "short_name": "Huts in a Chat",
  "orientation": "any",
  "dir": "auto",
  "shortcuts": [
    {
      "name": "Chats",
      "url": "/chats",
      "description": "Open Chats Listing"
    },
    {
      "name": "Invite",
      "url": "/auth/new",
      "description": "Invite a new User"
    }
  ],
  "categories": [
    "social"
  ],
  "screenshots": [
    {
      "src": "/assets/chats-6ea830e6.png",
      "type": "image/png",
      "platform": "wide"
    },
    {
      "src": "/assets/chat_view-82d9229e.png",
      "type": "image/png",
      "platform": "wide"
    }
  ]
}