{
  "name": "The Cove",
  "short_name": "The Cove",
  "description": "A private command center for bands.",
  "start_url": "./index.html?pwa=1",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#080c0a",
  "theme_color": "#080c0a",
  "orientation": "portrait-primary",
  "categories": ["music", "productivity", "social"],
  "icons": [
    {
      "src": "icons/the-cove-app-icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/the-cove-apple-touch.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Chat",
      "short_name": "Chat",
      "url": "./index.html?pwa=1",
      "description": "Open The Cove chat"
    }
  ]
}
