{
  "name": "YourBox.host - Інспекція техніки",
  "short_name": "YourBox",
  "description": "Сучасна платформа для інспекції техніки",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Нова інспекція",
      "short_name": "Інспекція",
      "description": "Створити нову інспекцію",
      "url": "/index.html?action=new-inspection",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Діагностика ПК",
      "short_name": "Діагностика",
      "description": "Запустити діагностику ПК",
      "url": "/index.html?action=new-diagnostics",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
