{
  "name": "qqwxe Portfolio",
  "short_name": "qqwxe",
  "description": "Full-Stack Developer (Python & Node.js) Portfolio",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#282c34",
  "theme_color": "#90eaef",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Портфолио",
      "url": "portfolio.html",
      "description": "Просмотр портфолио проектов"
    },
    {
      "name": "Создать заявку",
      "url": "index.html?ticket=new",
      "description": "Создать новую заявку"
    }
  ]
} 