{
  "name": "Play With Me",
  "id": "/?source=pwa",
  "short_name": "PWM",
  "description": "Worldwide sports social platform — find players, book venues, join tournaments, shop gear, read news",
  "start_url": "https://realplaywithme.netlify.app/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0c",
  "theme_color": "#185FA5",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "sports",
    "social",
    "lifestyle",
    "health"
  ],
  "icons": [
    {
      "src": "/icon-192.png?v=7",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=7",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png?v=7",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "Latest posts from people you follow",
      "url": "/?p=feed",
      "icons": [
        {
          "src": "/icon-192.png?v=7",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "News",
      "short_name": "News",
      "description": "Latest sports news",
      "url": "/?p=news",
      "icons": [
        {
          "src": "/icon-192.png?v=7",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "AI Assistant",
      "short_name": "AI",
      "description": "Chat with PWM AI",
      "url": "/?p=ai",
      "icons": [
        {
          "src": "/icon-192.png?v=7",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Map",
      "short_name": "Map",
      "description": "Find venues and players nearby",
      "url": "/?p=map",
      "icons": [
        {
          "src": "/icon-192.png?v=7",
          "sizes": "192x192"
        }
      ]
    }
  ]
}