{
  "name": "Tangent",
  "short_name": "Tangent",
  "description": "Active listening companion for podcasts. Capture reactions, questions, and ideas in context.",
  "start_url": "/web-app.html?v=4b1",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#07111f",
  "theme_color": "#07111f",
  "categories": ["productivity", "music", "utilities"],
  "icons": [
    {
      "src": "/assets/pwa-icon-192.png?v=4b1",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa-icon-512.png?v=4b1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa-icon-maskable-512.png?v=4b1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/web-app.html?share_target=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "audio",
          "accept": ["audio/*", "audio/mpeg", "audio/mp4", "audio/x-m4a", "audio/aac", "audio/wav", "audio/ogg", "audio/webm"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "React",
      "short_name": "React",
      "description": "Start a voice reaction in Tangent.",
      "url": "/web-app.html?action=react",
      "icons": [
        {
          "src": "/assets/pwa-icon-192.png?v=4b1",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Clip",
      "short_name": "Clip",
      "description": "Save a clip from the current episode.",
      "url": "/web-app.html?action=clip",
      "icons": [
        {
          "src": "/assets/pwa-icon-192.png?v=4b1",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
