{
  "name": "CCUCheck",
  "short_name": "CCUCheck",
  "description": "Roblox Game Analytics",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0f0f23",
  "background_color": "#0f0f23",
  "orientation": "any",
  "categories": ["games", "utilities"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "any",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Games",
      "url": "/?search=true",
      "description": "Search for Roblox games"
    },
    {
      "name": "My Library",
      "url": "/library",
      "description": "View your saved games"
    },
    {
      "name": "Live Dashboard",
      "url": "/live",
      "description": "Real-time game metrics"
    }
  ]
}
