{
  "name": "Life Tracker by Bonn",
  "short_name": "LifeTrack",
  "description": "Your personal health and nutrition companion",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAFAF9",
  "theme_color": "#14B8A6",
  "orientation": "portrait-primary",
  "categories": [
    "health",
    "fitness",
    "lifestyle"
  ],
  "lang": "it",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}