{
  "name": "PaceMate - Never run alone",
  "short_name": "PaceMate",
  "description": "Find a running partner near you who matches your pace, distance, schedule and goals. Free safety tools built in. 18+.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#F7F8F4",
  "theme_color": "#151A24",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "lang": "en-GB",
  "orientation": "portrait",
  "categories": [
    "health",
    "fitness",
    "social"
  ],
  "scope": "./"
}