{
  "id": "epatrimonio-mobile",
  "name": "e-Patrimônio - Gestão de Bens",
  "short_name": "e-Patrimônio",
  "description": "Sistema de Gestão de Bens Patrimoniais - Inventário via Mobile",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#176fcb",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/logo-epatrimonio.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "Tela inicial do e-Patrimônio"
    },
    {
      "src": "/logo-source.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "Identidade visual do aplicativo"
    }
  ],
  "shortcuts": [
    {
      "name": "RATs",
      "short_name": "RATs",
      "description": "Relatórios de Avaliação Técnica",
      "url": "/rat?source=pwa-shortcut-rat",
      "icons": [
        {
          "src": "/icons/shortcuts/rat.svg",
          "sizes": "192x192",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Contratos",
      "short_name": "Contratos",
      "description": "Gestão de Contratos",
      "url": "/contratos?source=pwa-shortcut-contratos",
      "icons": [
        {
          "src": "/icons/shortcuts/contratos.svg",
          "sizes": "192x192",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Inventário",
      "short_name": "Inventário",
      "description": "Módulo de Inventário Patrimonial",
      "url": "/inventario?source=pwa-shortcut-inventario",
      "icons": [
        {
          "src": "/icons/shortcuts/inventario.svg",
          "sizes": "192x192",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Inventário Mobile",
      "short_name": "Mobile",
      "url": "/bens/via-mobile?source=pwa-shortcut-inventario-mobile",
      "icons": [
        {
          "src": "/icons/shortcuts/inventario-mobile.svg",
          "sizes": "192x192",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/?source=pwa-shortcut-dashboard",
      "icons": [
        {
          "src": "/icons/shortcuts/dashboard.svg",
          "sizes": "192x192",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/bens/via-mobile?source=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photos",
          "accept": ["image/jpeg", "image/png", "image/webp"]
        }
      ]
    }
  }
}
