{
  "name": "VerseComms",
  "short_name": "VerseComms",
  "description": "Unofficial Star Citizen crew communications companion.",
  "start_url": "/comms?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#020811",
  "theme_color": "#071018",
  "categories": ["communication", "social", "utilities"],
  "icons": [
    {
      "src": "/icons/versecomms-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Comms",
      "short_name": "Comms",
      "url": "/comms",
      "icons": [{ "src": "/icons/versecomms-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Marketplace",
      "short_name": "Market",
      "url": "/market",
      "icons": [{ "src": "/icons/versecomms-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
