{
  "name": "Pix Fácil LM",
  "short_name": "Pix Fácil",
  "description": "Gerador de cobranças rápidas via PIX para o seu negócio.",
  "id": "com.pixfacillm.app",
  "start_url": "/app/index.php",
  "scope": "/app/",
  "display": "standalone",
  "background_color": "#004448",
  "theme_color": "#007077",
  "orientation": "portrait",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["finance", "business"],
  "iarc_rating_id": "e5d2826e-4c4f-4421-8b01-2a6283737b0d",
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    {
      "src": "/app/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/app/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/app/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tela Inicial"
    },
    {
      "src": "/app/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tela Inicial"
    }
  ],
  "shortcuts": [
    {
      "name": "Gerar QR Code",
      "url": "/app/index.php",
      "icons": [{ "src": "/app/logo-192.png", "sizes": "192x192" }]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+pix",
      "url": "/app/index.php?checkout=%s"
    }
  ]
}

