{
  "name": "Phonics Parrot",
  "short_name": "PhonicsParrot",
  "start_url": "/",
  "display": "standalone",
  "orientation": "landscape",
  "theme_color": "#2ec4b6",
  "background_color": "#0a0a1a",
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Game",
      "url": "/",
      "description": "Start playing Phonics Parrot"
    }
  ]
}
