{
  "id": "/hangman.html",
  "name": "Hangman — Blinky Games",
  "short_name": "Hangman",
  "description": "Play Hangman free in your browser: guess the word before the drawing is finished. Three levels, a clue when you are stuck, or set a friend a word of your own.",
  "start_url": "../hangman.html",
  "scope": "../",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#8A5A2B",
  "background_color": "#F2EEE3",
  "categories": [
    "games",
    "entertainment"
  ],
  "icons": [
    {
      "src": "../icons/hangman-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../icons/hangman-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../icons/hangman-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../icons/hangman-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
