{
  "name": "nbit.chat - End-to-End Encrypted Communication",
  "short_name": "nbit.chat",
  "description": "Secure, private chat rooms with client-side encryption. No server storage, no data collection.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#36393f",
  "theme_color": "#2c2f33",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["communication", "security", "privacy"],
  "icons": [
    {
      "src": "/webmanifest/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/webmanifest/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/webmanifest/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/webmanifest/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/webmanifest/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/webmanifest/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/webmanifest/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/webmanifest/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Create New Chat",
      "short_name": "New Chat",
      "description": "Create a new encrypted chat room",
      "url": "/?action=create",
      "icons": [
        {
          "src": "/webmanifest/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}