{
  "name": "FindASub",
  "short_name": "FindASub",
  "description": "Fill empty spots in your games with shareable invite links",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#16a34a",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "categories": ["sports", "utilities"],
  "shortcuts": [
    {
      "name": "Create New Match",
      "short_name": "New Match",
      "description": "Create a new match and invite players",
      "url": "/matches/new",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Contacts",
      "short_name": "Contacts",
      "description": "Manage your player contacts",
      "url": "/contacts",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
