{
  "name": "Word Sizzle",
  "short_name": "Word Sizzle",
  "description": "Letters sizzle away \u2014 rearrange what's left into a new word before time runs out.",
  "start_url": "/wordsizzle/",
  "display": "standalone",
  "background_color": "#120e0a",
  "theme_color": "#ff6b1a",
  "icons": [
    {
      "src": "/wordsizzle/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/wordsizzle/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}