{
  "name": "Online Duck Race Name Picker - Free Duck Racing Game",
  "short_name": "Duck Race",
  "description": "Duck Race is a fun and free online game where 2 to 100 ducks can participate in a race. Players can set custom race times and watch the ducks dash to the finish line. The results are completely random, creating an exciting and unpredictable experience. This game is suitable for interactive activities in classrooms or at parties, helping to create a lively and entertaining atmosphere. With the Premium version, you can have up to 1000 ducks join the race.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "any",
  "scope": "/",
  "prefer_related_applications": false,
  "categories": ["games", "entertainment"],
  "screenshots": [
    {
      "src": "/og_image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "icons": [
    {
      "src": "/logo/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/logo/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/logo/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Duck Race",
      "short_name": "Play",
      "description": "Start a new duck race",
      "url": "/",
      "icons": [
        {
          "src": "/logo/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}