{
  "name": "MIME Smith",
  "short_name": "MIME Smith",
  "description": "Examine raw email in your browser: headers, authentication, delivery route, MIME structure, links, and attachments. Opens .eml, .mbox, .msg, .pst, .ost, and .zip. Parsing is local by default and no message content is uploaded.",
  "start_url": "/",
  "scope": "/",
  "id": "mime-smith",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#121210",
  "theme_color": "#121210",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "security"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/inspect-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "The report for a forged message: verdict, envelope, authentication, route, links, and attachments in one page."
    },
    {
      "src": "/screenshots/attachment-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "The attachment viewer: preview, hex, base64, SHA-256, and deep metadata, all read on the device."
    },
    {
      "src": "/screenshots/inspect-narrow.png",
      "sizes": "412x732",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "The same report on a phone: the section index collapses and the readouts stack."
    }
  ],
  "shortcuts": [
    {
      "name": "Open mailbox",
      "short_name": "Mailbox",
      "description": "Browse an imported mailbox, filter messages, and export in bulk.",
      "url": "/#corpus",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open RFC catalogue",
      "short_name": "RFCs",
      "description": "Browse the bundled RFC plaintext catalogue offline.",
      "url": "/#rfcs",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open settings",
      "short_name": "Settings",
      "description": "Adjust language, theme, text size, and privacy preferences.",
      "url": "/#settings",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "message/rfc822": [".eml", ".mht"],
        "application/mbox": [".mbox"],
        "application/vnd.ms-outlook": [".msg"],
        "application/vnd.ms-outlook-pst": [".pst", ".ost"],
        "application/zip": [".zip"]
      }
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "eml",
          "accept": ["message/rfc822", ".eml", ".mbox", "application/mbox"]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
