{
  "name": "Phone System — Lodge Communication",
  "short_name": "Phone System",
  "description": "Manage calls, voicemail, SMS, and members",
  "start_url": "./",
  "id": "/",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#2563eb",
  "orientation": "any",
  "scope": "./",
  "categories": ["business", "communication"],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "prefer_related_applications": false
}