{
  "short_name": "Color Sort Puzzle",
  "name": "Color Sort Puzzle",
  "icons": [
    {
      "src": "./assets/favicon/icon-144x144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "./assets/favicon/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "./assets/splash.png",
      "type": "image/png",
      "sizes": "1920x1080"
    }
  ],
  "start_url": "index.html",
  "background_color": "#000000",
  "display": "standalone",
  "theme_color": "#000000",
  "orientation": "portrait",
  "id": "colorsortpuzzle",
  "description": "Experience the satisfying moment of solving a tricky sorting puzzle"
}