{
  "name": "Whisper Picture — hide secrets in photos",
  "short_name": "Whisper Picture",
  "description": "Hide an AES-256 encrypted file or message inside an ordinary photo. Everything runs in your browser; nothing is ever uploaded.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#020405",
  "theme_color": "#04090b",
  "categories": [
    "utilities",
    "security",
    "photo"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/"
}
