{
  "name": "MR ENCRYPTION",
  "short_name": "MR_ENC",
  "description": "Military-grade encryption tool for text and images with self-destruct capabilities.",
  "id": "/",
  "start_url": "index.html",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui"
  ],
  "background_color": "#0d0d0d",
  "theme_color": "#00ff41",
  "orientation": "portrait",
  "categories": [
    "utilities",
    "security",
    "productivity"
  ],
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Encrypt Data",
      "short_name": "Encrypt",
      "url": "index.html?mode=encrypt",
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Decrypt Data",
      "short_name": "Decrypt",
      "url": "index.html?mode=decrypt",
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Hide in Image",
      "short_name": "Steganography",
      "url": "index.html?mode=stegano",
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "any"
        }
      ]
    }
  ],
  "share_target": {
    "action": "index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "index.html",
      "accept": {
        "image/png": [
          ".png"
        ],
        "image/jpeg": [
          ".jpg",
          ".jpeg"
        ]
      },
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}