{
  "name": "Twetch",
  "short_name": "Twetch",
  "id": "/",
  "description": "The on-chain social network.",
  "icons": [
    {
      "src": "/static/pwa/app-icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest",
      "url": "/latest",
      "description": "What's happening on Twetch"
    },
    {
      "name": "Notifications",
      "url": "/notifications"
    },
    {
      "name": "Chat",
      "url": "/chat"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["social", "finance"]
}
