{
  "name": "Pro-Player",
  "short_name": "Pro-Player",
  "description": "האפליקציה לשחקני כדורגל צעירים — מעקב אימונים, ניתוח AI, אתגרים ודירוג ארצי.",
  "lang": "he",
  "dir": "rtl",
  "start_url": "/PlayerFeed?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "categories": ["sports", "lifestyle", "health"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "פיד",
      "short_name": "פיד",
      "url": "/PlayerFeed?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "פרסים ודירוג",
      "short_name": "פרסים",
      "url": "/Prizes?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
