{
  "name": "Encrypted Web Player",
  "short_name": "Encrypted Player",
  "description": "A secure web-based media player that uses AES-256-GCM encryption to protect video and audio content.",
  "start_url": "/player",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#8B5CF6",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
