{
  "name": "Clariva",
  "short_name": "Clariva",
  "id": "/reader",
  "description": "An intelligent accessibility and productivity platform for reading, dictation, transcription and writing.",
  "start_url": "/reader",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait-primary",
  "background_color": "#f6faff",
  "theme_color": "#086fd6",
  "categories": ["accessibility", "productivity", "education"],
  "lang": "en-GB",
  "dir": "ltr",
  "share_target": {
    "action": "/reader",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  },
  "shortcuts": [
    {
      "name": "Start dictating",
      "short_name": "Dictate",
      "description": "Record speech or transcribe an audio or video file",
      "url": "/transcribe",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
