{
  "name": "Match Punk",
  "short_name": "MatchPunk",
  "description": "A Progressive Web App built with Next.js",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#102e52",
  "theme_color": "#000000",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "purpose": "any",
      "src": "logo-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "src": "logo-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
