{
  "name": "Flappy Bird Unlimited",
  "short_name": "Flappy Bird",
  "description": "Free online endless arcade game. Tap to flap your bird through pipes and chase your high score.",
  "start_url": "/flappy-bird/",
  "display": "fullscreen",
  "background_color": "#4ec0ca",
  "theme_color": "#4ec0ca",
  "icons": [
    {
      "src": "/flappy-bird/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/flappy-bird/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}