{
  "name": "VirtualText",
  "short_name": "VirtualText",
  "description": "Real-time messaging platform for VirtualPBX",
  "start_url": "/conversations",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2B96BD",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Message",
      "url": "/conversations/new",
      "description": "Start a new conversation"
    },
    {
      "name": "Inbox",
      "url": "/conversations?assigned=me",
      "description": "View your inbox"
    }
  ]
}
