{
  "name": "Defesa Civil de Itabirito",          // Full app name (shown in install prompt)
  "short_name": "Defesa Civil Itabirito",        // Short name (for home screen icon)
  "description": "Defesa Civil de Itabirito", // Optional: Shown in the prompt
  "start_url": "/",                  // URL to launch when opened
  "display": "fullscreen",           // "standalone", "fullscreen", or "minimal-ui"
  "background_color": "#FD7E14",     // Background color for splash screen
  "theme_color": "#FD7E14",          // Color for browser UI (e.g., status bar)
  "icons": [                         // Icons for different device sizes
    {
      "src": "https://defesacivil.itabirito.mg.gov.br/wp-content/uploads/2026/01/defesa-civil.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}