{
  "name": "Pokewordle",
  "short_name": "Pokewordle",
  "start_url": "https://nicoletm01.emf-informatique.ch/pokewordle/index.html",
  "display": "standalone",
  "icons": [
    {
      "type": "image/png",
      "sizes": "128x128",
      "src": "images/icons/icon-128.png"
    },
    {
      "type": "image/png",
      "sizes": "512x512",
      "src": "images/icons/icon-512.png"
    },
    {
      "type": "image/png",
      "sizes": "1024x1024",
      "src": "images/icons/markable-icon.png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#282c34",
  "background_color": "#282c34",
  "description": "Pokewordle",
  "categories": [
    "game"
  ]
}