{
  "name": "ShareKarlo",
  "short_name": "ShareKarlo",
  "description": "Zero-storage peer-to-peer file sharing. Files travel directly between devices.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAFAF8",
  "theme_color": "#E8540A",
  "orientation": "any",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    { "name": "Send a file", "url": "/send", "description": "Start a new P2P file transfer" },
    { "name": "Receive a file", "url": "/receive", "description": "Enter a transfer code to receive" }
  ]
}
