{
  "id": "/",
  "name": "ThoughtBucket",
  "short_name": "ThoughtBucket",
  "description": "Capture, read, hear, and file private voice thoughts.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Capture a thought",
      "short_name": "Capture",
      "url": "/?open=capture",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "New thoughts",
      "short_name": "New",
      "url": "/?open=new",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "share_target": {
    "action": "/?share_intent=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url",
      "files": [
        {
          "name": "share_files",
          "accept": ["audio/*", ".m4a", ".mp3", ".wav", ".webm", ".ogg", ".aac", ".flac"]
        }
      ]
    }
  }
}
