{
  "name": "RS Gestão Comercial & Empresarial",
  "short_name": "RS Gestão",
  "description": "Gestão comercial: vendas, clientes, metas, pedidos e relatórios em um só app.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1565ff",
  "lang": "pt-BR",
  "categories": ["business", "productivity"],
  "share_target": {
    "action": "/guardar",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "video/*", "application/pdf", "*/*"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Guardar arquivo",
      "short_name": "Guardar",
      "description": "Guardar uma foto ou arquivo na pasta do cliente",
      "url": "/guardar"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
