{
  "name": "DECODE — Digital Evidence & Certificate Object Decoding Engine",
  "short_name": "DECODE",
  "description": "Decode base64 payloads and parse X.509 certificates entirely in your browser. Free security tool by HiFi Solutions Services, LLC.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#07060E",
  "theme_color": "#8B7BF7",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/decode-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/decode-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/decode-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
