{
  "name": "Team Walkie+",
  "short_name": "Walkie+",
  "id": "./",
  "description": "Team walkie-talkie: PTT audio, text chat, GPS, expenses, photo notes, meetings, recorder",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1e293b",
  "background_color": "#0f172a",
  "categories": ["communication"],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Channel 1",
      "short_name": "Channel 1",
      "description": "Open Team Walkie+ on Channel 1",
      "url": "/?channel=1",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
