{
  "name": "ORZAP PRO",
  "short_name": "OZP PRO",
  "description": "Gerador de Orçamentos e Pedidos envio pelo Whatsapp",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#667eea",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
    // You can choose to remove the old SVG data URL entries if the PNGs are sufficient,
    // or keep them if you want SVGs for other purposes (like high-density displays
    // or if you've designed them specifically to be maskable).
    // For simplicity and reliability for home screen icons, PNGs are often prioritized.
    // If keeping SVGs, make sure their paths are correct if you also decide to save them as files.
    // For now, let's assume we're prioritizing PNGs for the home screen:
    // ,
    // {
    //   "src": "data:image/svg+xml,... (your 192x192 SVG data)",
    //   "sizes": "192x192",
    //   "type": "image/svg+xml",
    //   "purpose": "any maskable"
    // },
    // {
    //   "src": "data:image/svg+xml,... (your 512x512 SVG data)",
    //   "sizes": "512x512",
    //   "type": "image/svg+xml",
    //   "purpose": "any maskable"
    // }
  ]
}