{
  "name": "Blip",
  "short_name": "Blip",
  "id": "./",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#cfd6c8",
  "theme_color": "#cfd6c8",
  "lang": "he",
  "dir": "rtl",
  "description": "לחץ-לדבר על Nostr. רואים מי באוויר.",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "חדרים חיים",
      "short_name": "חדרים",
      "url": "./#/",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "לובי אקראי",
      "short_name": "לובי",
      "url": "./#/lobby",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
