{
  "name": "Booq — Be Heard. Bee Seen.",
  "name_fa": "بوق — صداتو برسون. دیده شو.",
  "short_name": "Booq",
  "description": "AI-powered video translation, dubbing, subtitles, blog, academy, and creator ecosystem.",
  "lang": "fa",
  "dir": "rtl",
  "start_url": "/?source=pwa",
  "id": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "theme_color": "#4F46E5",
  "background_color": "#0B0F19",
  "orientation": "any",
  "categories": ["productivity", "entertainment", "education", "social"],
  "icons": [
    { "src": "/logo-256.png",  "sizes": "256x256",  "type": "image/png", "purpose": "any" },
    { "src": "/logo-512.png",  "sizes": "512x512",  "type": "image/png", "purpose": "any" },
    { "src": "/logo-1024.png", "sizes": "1024x1024","type": "image/png", "purpose": "any" },
    { "src": "/logo-512.png",  "sizes": "512x512",  "type": "image/png", "purpose": "maskable" },
    { "src": "/logo-1024.png", "sizes": "1024x1024","type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New project",
      "short_name": "New",
      "description": "Start a new translation / dubbing project",
      "url": "/projects/new",
      "icons": [{ "src": "/logo-256.png", "sizes": "256x256" }]
    },
    {
      "name": "Ecosystem feed",
      "short_name": "Feed",
      "description": "Open the ecosystem feed",
      "url": "/ecosystem",
      "icons": [{ "src": "/logo-256.png", "sizes": "256x256" }]
    },
    {
      "name": "Chatbot",
      "short_name": "Chat",
      "description": "Open the AI chatbot",
      "url": "/chatbot",
      "icons": [{ "src": "/logo-256.png", "sizes": "256x256" }]
    },
    {
      "name": "Wallet",
      "short_name": "Wallet",
      "description": "Wallet balance and history",
      "url": "/wallet",
      "icons": [{ "src": "/logo-256.png", "sizes": "256x256" }]
    }
  ],
  "share_target": {
    "action": "/projects/new",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "files": [
        { "name": "media", "accept": ["video/*", "audio/*", "image/*"] }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/projects/new",
      "accept": {
        "video/*": [".mp4", ".mov", ".webm", ".mkv", ".m4v"],
        "audio/*": [".mp3", ".wav", ".m4a", ".ogg", ".flac"]
      }
    }
  ],
  "protocol_handlers": [
    { "protocol": "web+booq", "url": "/handle?u=%s" }
  ],
  "prefer_related_applications": false
}
