{
  "name": "Google Chat Space Viewer",
  "short_name": "Chat Viewer",
  "description": "Enterprise-level interface for viewing Google Chat spaces and messages",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a73e8",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/icons/chat-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "View Spaces",
      "short_name": "Spaces",
      "description": "View all Google Chat spaces",
      "url": "./?view=spaces",
      "icons": [{ "src": "assets/icons/chat-icon.svg", "sizes": "any" }]
    }
  ],
  "categories": ["productivity", "utilities"]
}