{
  "name": "Gerador de Boletim de Medição — Demo",
  "short_name": "GeraBoletim Demo",
  "id": "./index.php",
  "start_url": "./index.php?p=home",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f3f5f1",
  "theme_color": "#10261c",
  "icons": [
    {"src":"icon-192.png","sizes":"192x192","type":"image/png","purpose":"any maskable"},
    {"src":"icon-512.png","sizes":"512x512","type":"image/png","purpose":"any maskable"}
  ],
  "shortcuts": [
    {"name":"Novo boletim","url":"./index.php?p=new"},
    {"name":"Arquivo de boletins","url":"./index.php?p=boletins"}
  ]
}
