{
  "name": "Pacely",
  "short_name": "Pacely",
  "id": "/",
  "description": "The running OS for clubs and runners.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "categories": ["sports", "health", "lifestyle"],
  "theme_color": "#000000",
  "background_color": "#F4F4F4",
  "icons": [
    {
      "src": "/favicons/android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/favicons/android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "2000x2000",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Line",
      "short_name": "Start",
      "description": "Open your Pacely home base.",
      "url": "/start_line?source=pwa_shortcut",
      "icons": [
        {
          "src": "/favicons/android-chrome-192x192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "description": "Open your Pacely notifications.",
      "url": "/notifications?source=pwa_shortcut",
      "icons": [
        {
          "src": "/favicons/android-chrome-192x192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
