{
  "id": "/",
  "name": "msg.mg",
  "short_name": "msg.mg",
  "description": "Zero-knowledge encrypted vault, passwords, chat, and one-time notes",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "orientation": "any",
  "background_color": "#0d0e10",
  "theme_color": "#0d0e10",
  "prefer_related_applications": false,
  "icons": [
    { "src": "/img/pwa/icon-72-20260603b.png",  "sizes": "72x72",   "type": "image/png" },
    { "src": "/img/pwa/icon-96-20260603b.png",  "sizes": "96x96",   "type": "image/png" },
    { "src": "/img/pwa/icon-144-20260603b.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/img/pwa/icon-192-20260603b.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/img/pwa/icon-512-20260603b.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/img/pwa/icon-maskable-512-20260603b.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": ["productivity", "security"],
  "shortcuts": [
    {
      "name": "Secure Notes",
      "short_name": "Notes",
      "url": "/?source=pwa#notes",
      "icons": [{ "src": "/img/pwa/icon-192-20260603b.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Secure Rooms",
      "short_name": "Rooms",
      "url": "/?source=pwa#chat",
      "icons": [{ "src": "/img/pwa/icon-192-20260603b.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Passwords",
      "short_name": "Passwords",
      "url": "/?source=pwa#passwords",
      "icons": [{ "src": "/img/pwa/icon-192-20260603b.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
