{
  "name": "BARNETICZ — Outdoor Calisthenics",
  "short_name": "BARNETICZ",
  "description": "A social fitness community for outdoor calisthenics. Find parks, host jams, and connect with athletes around street fitness.",
  "id": "/",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#05020F",
  "theme_color": "#0b0f1e",
  "lang": "en",
  "dir": "ltr",
  "categories": ["sports", "health", "social", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore parks",
      "short_name": "Explore",
      "url": "/app?tab=explore&source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Host a jam",
      "short_name": "Host",
      "url": "/app?tab=host&source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
