{
  "name": "BullNeo",
  "short_name": "BullNeo",
  "description": "Play. Watch. Earn. Your ultimate mobile entertainment portal.",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#0A0A12",
  "theme_color": "#0A0A12",
  "orientation": "portrait",
  "categories": ["entertainment", "games", "music"],
  "icons": [
    { "src": "/assets/logo-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/assets/logo-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/assets/logo.png", "sizes": "500x350", "type": "image/png" }
  ],
  "screenshots": [
    {
      "src": "/assets/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BullNeo Home Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Games",
      "short_name": "Games",
      "description": "Play games and earn BullPoints",
      "url": "/games",
      "icons": [{ "src": "/assets/logo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Music",
      "short_name": "Music",
      "description": "Listen to music and earn BullPoints",
      "url": "/music",
      "icons": [{ "src": "/assets/logo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "Community feed",
      "url": "/feed",
      "icons": [{ "src": "/assets/logo-192.png", "sizes": "192x192" }]
    }
  ]
}
