{
  "name": "Mohud Studio",
  "short_name": "Mohud",
  "description": "Plataforma de colaboração musical para produtores",
  "start_url": "/library",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0e0c10",
  "theme_color": "#0e0c10",
  "orientation": "portrait-primary",
  "lang": "pt-BR",
  "dir": "ltr",
  "id": "mohud-studio-v1",

  "icons": [
    {
      "src": "/logo-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Novo Projeto",
      "short_name": "Novo",
      "description": "Criar um novo projeto musical",
      "url": "/projects/new",
      "icons": [
        { "src": "/shortcuts/new-project.svg", "sizes": "96x96", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Minha Biblioteca",
      "short_name": "Biblioteca",
      "description": "Ver todos os seus projetos",
      "url": "/library",
      "icons": [
        { "src": "/shortcuts/library.svg", "sizes": "96x96", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Notificações",
      "short_name": "Avisos",
      "description": "Ver notificações recentes",
      "url": "/notifications",
      "icons": [
        { "src": "/shortcuts/notifications.svg", "sizes": "96x96", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Minhas Vendas",
      "short_name": "Vendas",
      "description": "Acompanhar vendas e pedidos",
      "url": "/sales",
      "icons": [
        { "src": "/shortcuts/sales.svg", "sizes": "96x96", "type": "image/svg+xml" }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/mobile-library.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Biblioteca de projetos"
    },
    {
      "src": "/screenshots/mobile-player.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Player de música"
    }
  ],

  "categories": ["music", "productivity", "entertainment"],
  "prefer_related_applications": false,

  "share_target": {
    "action": "/api/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "audio",
          "accept": ["audio/*", ".mp3", ".wav", ".flac", ".aac", ".ogg", ".m4a"]
        }
      ]
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+mohud",
      "url": "/open?uri=%s"
    }
  ],

  "edge_side_panel": {
    "preferred_width": 400
  },

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "handle_links": "preferred"
}
