{
  "short_name": "Treeline",
  "name": "Treeline — Open Telemetry & Trail Ecosystem",
  "description": "Decentralized outdoor fitness, GPS tracks, and adventure logs on the AT Protocol.",
  "icons": [
    {
      "src": "/og-image.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "background_color": "#020617",
  "theme_color": "#22c55e",
  "display": "standalone",
  "orientation": "portrait",
  "share_target": {
    "action": "/import",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "activity",
          "accept": [
            ".fit",
            ".gpx",
            ".tcx",
            ".zip",
            ".gz",
            "application/octet-stream",
            "application/gpx+xml",
            "application/vnd.garmin.tcx+xml",
            "application/zip",
            "application/x-zip-compressed"
          ]
        }
      ]
    }
  }
}
