{
  "name": "Word Snake",
  "short_name": "Word Snake",
  "description": "Play Word Snake Game free online — the daily word puzzle where you drag your snake through a letter grid to find hidden words. New puzzle every day!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fefefe",
  "theme_color": "#fefefe",
  "orientation": "portrait",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
