{
  "name": "SkyCourier",
  "short_name": "SkyCourier",
  "id": "com.example.gamename",
  "description": "Sky Courier is a thrilling 2D platformer where you play as a brave courier navigating challenging platforms in the sky. Jump and glide through obstacles while dodging enemy drones that try to shoot you down. Stay focused, move fast, and reach the destination safely to complete your delivery mission!",
  "orientation": "landscape",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "black",
  "categories": ["games", "entertainment"],
  "icons": [{
        "src": "SkyCourier_Logo.png",
        "sizes": "512x512"
      }]
}