{
  "name": "RememberOS Drop",
  "short_name": "Drop",
  "description": "Drop anything into your memory — audio, video, PDFs, images, text. Transcribed, captioned, instantly searchable.",
  "start_url": "/drop.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0B0F0D",
  "theme_color": "#0A0A0B",
  "icons": [
    {"src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable"},
    {"src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
  ],
  "share_target": {
    "action": "/share-drop",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{"name": "files", "accept": ["audio/*", "video/*", "image/*", "application/pdf", "text/*", "application/*"]}]
    }
  }
}
