{
  "name": "Football Gather - Track Your Friendly Matches",
  "short_name": "Football Gather",
  "description": "Football Gather is an app to track the football matches that you play with your friends. Add players, set timers, manage scores, and view your past games!",
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/app-logo-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#26a69a",
  "background_color": "#181d23",
  "display": "standalone",
  "orientation": "portrait",
  "categories": ["sports", "lifestyle"]
} 