mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
d6c003514a
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>
17 lines
414 B
JSON
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"
|
|
}
|
|
]
|
|
}
|