{
  "id": "com.nexusprf.app",
  "name": "CENTRAL PRF - GESTÃO DE AGENTES",
  "short_name": "CENTRAL PRF",
  "description": "Sistema de Gestão e Operações - Polícia Rodoviária Federal",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui", "standalone"],
  "prefer_related_applications": false,
  "categories": ["productivity", "security", "government"],
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "Efetuar Prisão (SIPAR)",
      "url": "./index.html#panel-prisoes",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Iniciar Patrulhamento",
      "url": "./index.html#panel-patrulha",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "background_color": "#050608",
  "theme_color": "#00703C",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "share_target": {
    "action": "./index.html#share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "lang": "pt-BR",
  "dir": "ltr",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
