{
  "name": "RootNode Mail - Encrypted Webmail",
  "short_name": "RootNode",
  "description": "Ultra-fast encrypted internal webmail and identity portal for RootNode.",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#12131a",
  "theme_color": "#12131a",
  "orientation": "any",
  "categories": ["productivity", "communication", "utilities"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Dispatch",
      "short_name": "Compose",
      "description": "Compose a new encrypted message",
      "url": "index.html?action=compose",
      "icons": [{ "src": "icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "View received encrypted mail",
      "url": "index.html?view=inbox",
      "icons": [{ "src": "icon.svg", "sizes": "192x192" }]
    }
  ]
}
