{
  "name": "Pulse Chat",
  "short_name": "Pulse Chat",
  "description": "Pulse-Chat — a Progressive Web App for team communications",
  "start_url": "/comm2",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#272ba9",
  "theme_color": "#4c63f6",
  "lang": "en",
  "categories": ["productivity", "communication"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Open Chat",
      "short_name": "Chat",
      "description": "Jump straight into the chat",
      "url": "/comm2",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
