{
  "name": "ChiloApp — Weight & BMI",
  "short_name": "ChiloApp",
  "description": "Estimate your weight and BMI without a scale. Scientifically validated method.",
  "start_url": "./app.html?source=pwa",
  "scope": "./",
  "id": "/chiloapp/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#E0F2FE",
  "theme_color": "#0EA5E9",
  "lang": "en",
  "categories": ["health", "medical", "utilities"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}