{
  "name": "Alex-LAB — web development",
  "short_name": "Alex-LAB",
  "description": "Web development SPA PWA. Заказ, консультации, контакты.",
  "lang": "ru",
  "dir": "ltr",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "categories": ["shopping", "business", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Услуги",
      "short_name": "Услуги",
      "url": "/service?utm_source=pwa_shortcuts",
      "icons": [{ "src": "/icons/shortcut-catalog.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Контакты",
      "short_name": "Контакты",
      "url": "/contacts?utm_source=pwa_shortcuts",
      "icons": [{ "src": "/icons/shortcut-contacts.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
