Files
interpretations/site/manifest.json
T
kennethreitz d6c003514a Website: PWA manifest for iOS home screen install + background audio
Add to Home Screen on iOS to get background playback, standalone
app mode, and the album cover as the app icon.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 13:39:27 -04:00

17 lines
414 B
JSON

{
"name": "Interpretations — Infinite State",
"short_name": "Interpretations",
"description": "24 tracks written in Python. Sitar meets 808.",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0a",
"theme_color": "#0a0a0a",
"icons": [
{
"src": "cover.png",
"sizes": "1024x1024",
"type": "image/png"
}
]
}