{
  "name": "Meu App PWA",
  "short_name": "App PWA",
  "start_url": "/notificacoes/index.php",
  "display": "standalone",
  "background_color": "#0078ff",
  "theme_color": "#0078ff",
  "icons": [
    { "src": "img_icon_192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "img_icon_512.png", "sizes": "512x512", "type": "image/png" }
  ]
}
