﻿{
  "name": "APX ERP",
  "short_name": "APX ERP",
  "description": "Sistema profissional de gestÃ£o de estoque, serviÃ§os e operaÃ§Ãµes com notificaÃ§Ãµes em tempo real",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1a3fab",
  "categories": ["productivity", "business"],
  "screenshots": [],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "InÃ­cio",
      "description": "Acesse o dashboard principal",
      "url": "/?source=shortcut",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%231a3fab' width='96' height='96'/><text x='48' y='60' font-size='60' fill='white' text-anchor='middle'>ðŸ“Š</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "SolicitaÃ§Ãµes",
      "short_name": "Solicit.",
      "description": "Visualize suas solicitaÃ§Ãµes",
      "url": "/MaterialRequests?source=shortcut",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%231a3fab' width='96' height='96'/><text x='48' y='60' font-size='60' fill='white' text-anchor='middle'>ðŸ“‹</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Estoque",
      "short_name": "Estoque",
      "description": "Gerencie o estoque",
      "url": "/Products?source=shortcut",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%231a3fab' width='96' height='96'/><text x='48' y='60' font-size='60' fill='white' text-anchor='middle'>ðŸ“¦</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots_mobile": []
}

