{
  "name": "Nisivos",
  "short_name": "Nisivos",
  "description": "A private space for bochurim to share life, learning, and moments together.",
  "id": "/?source=pwa",
  "start_url": "/index.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8F4EE",
  "theme_color": "#B8924A",
  "lang": "en",
  "dir": "ltr",
  "categories": ["social", "photo", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-180.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open chat",
      "short_name": "Chat",
      "description": "Jump straight into chat",
      "url": "/index.html?launch=chat",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Upload a photo",
      "short_name": "Upload",
      "description": "Share a new photo",
      "url": "/index.html?launch=upload",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
