{
  "name": "Vocabulary Inbox",
  "short_name": "Vocab Inbox",
  "description": "Save the words you encounter and turn them into a personal vocabulary system.",
  "start_url": "/lookup",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#3B82F6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/api/public/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
