{
  "name": "Ice Cream Sort",
  "short_name": "Ice Cream Sort",
  "description": "Sort ice creams by moving them between shelves. Match 3 identical treats, unlock hidden items, and solve relaxing sorting puzzles.",
  "start_url": "index.html",
  "background_color": "white",
  "theme_color": "white",
  "display": "fullscreen",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}