{
  "name": "RunnersPod",
  "short_name": "RunnersPod",
  "description": "Discover and register for the best marathons and fun runs in the Philippines.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffc107",
  "orientation": "portrait",
  "icons": [
    {
      "src": "public/dist/img/logo//fb_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "public/dist/img/logo//fb_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "serviceworker": {
    "src": "service-worker.js"
  }
}
