seepuls/apps/web/public/.well-known/apple-app-site-association
Till JS ca72ec8cb8
Some checks failed
CI / validate (push) Has been cancelled
api+web: Snapshot-Endpoint + AASA für seepuls-native
- GET /api/v1/snapshot/next-7d — schmale Payload (slug/title/startsAt/
  imageUrl + venue.{slug,name,city,countryCode,category}), 7-Tage-
  Window, limit 200, ETag-Caching mit If-None-Match → 304, 5-min
  public Cache-Control.
- public/.well-known/apple-app-site-association für Universal-Links
  in seepuls-native (Bundle ev.mana.seepuls, Team QP3GLU8PH3, Pfade
  /heute, /venue, /venue/*, /event/*, /).

Beides ist Vorbedingung für σ-2 (Widget) und σ-1 (Universal-Links)
in seepuls-native.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-16 00:32:07 +02:00

17 lines
202 B
Text

{
"applinks": {
"apps": [],
"details": [
{
"appID": "QP3GLU8PH3.ev.mana.seepuls",
"paths": [
"/heute",
"/venue",
"/venue/*",
"/event/*",
"/"
]
}
]
}
}