{
  "name": "AdlerA - Sports & Education",
  "short_name": "AdlerA",
  "description": "Dance classes, Ukrainian language courses, and football training",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "sports", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dance Classes",
      "short_name": "Dance",
      "description": "View dance class information",
      "url": "/dance",
      "icons": [
        {
          "src": "/icon-dance.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Ukrainian Language",
      "short_name": "Ukrainian",
      "description": "View Ukrainian language courses",
      "url": "/ukrainian-language",
      "icons": [
        {
          "src": "/icon-language.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Football Training",
      "short_name": "Football",
      "description": "View football training programs",
      "url": "/football",
      "icons": [
        {
          "src": "/icon-football.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "description": "Read our latest news and stories",
      "url": "/blog",
      "icons": [
        {
          "src": "/icon-blog.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
