{
  "name": "Twiq — African Voice Transcription",
  "short_name": "Twiq",
  "description": "Transcribe and translate African languages — Hausa, Yoruba, Igbo, Swahili and more",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f0e8da",
  "theme_color": "#1a1a2e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "lang": "en",
  "shortcuts": [
    {
      "name": "Record",
      "short_name": "Record",
      "description": "Open the recording screen",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "audio",
          "accept": [
            "audio/*",
            "video/*",
            "audio/mpeg",
            "audio/wav",
            "audio/ogg",
            "audio/m4a",
            "video/mp4",
            "video/quicktime",
            "video/webm"
          ]
        }
      ]
    }
  }
}
