{
  "name": "Vendly Privacy Labs",
  "short_name": "VPrivacy",
  "description": "End-to-end encrypted chat, EXIF scrubber, and privacy tools. No accounts, no logs.",
  "start_url": "/chat",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0d12",
  "theme_color": "#0a0d12",
  "prefer_related_applications": false,
  "categories": ["utilities", "privacy", "security"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Encrypted Chat",
      "short_name": "Chat",
      "description": "Start a new encrypted chat session",
      "url": "/chat",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "EXIF Scrubber",
      "short_name": "Scrubber",
      "description": "Strip metadata from images",
      "url": "/exif",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Secure Note",
      "short_name": "Note",
      "description": "Create a burn-after-read encrypted note",
      "url": "/note",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
