{
  "name": "Vitali",
  "short_name": "Vitali",
  "description": "Your personal wellness tracker — nutrition, workouts and progress in your pocket.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7f8f5",
  "theme_color": "#4CAF50",
  "lang": "sl",
  "scope": "./",
  "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"
    }
  ],
  "categories": ["health", "fitness", "lifestyle"],
  "shortcuts": [
    {
      "name": "Dodaj obrok",
      "short_name": "Prehrana",
      "description": "Hitro dodaj obrok",
      "url": "./index.html#prehrana",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Ctext y='80' font-size='80'%3E%F0%9F%A5%97%3C/text%3E%3C/svg%3E", "sizes": "96x96" }]
    },
    {
      "name": "Dodaj trening",
      "short_name": "Trening",
      "description": "Zabeleži vadbo",
      "url": "./index.html#treningi",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Ctext y='80' font-size='80'%3E%F0%9F%92%AA%3C/text%3E%3C/svg%3E", "sizes": "96x96" }]
    }
  ]
}
