{
  "name": "hereornot",
  "short_name": "hereornot",
  "description": "Anonymous mail for the uncertain. End-to-end encrypted pseudonymous mailbox.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0b0b0c",
  "background_color": "#0b0b0c",
  "lang": "en",
  "dir": "ltr",
  "categories": ["communication", "social", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inbox",
      "url": "/inbox.html",
      "description": "Open your mailbox"
    },
    {
      "name": "Compose",
      "url": "/compose.html",
      "description": "Write an encrypted message"
    },
    {
      "name": "Browse",
      "url": "/users.html",
      "description": "Browse visible users"
    }
  ]
}
