mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 14:50:20 +00:00
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>
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
<meta name="twitter:image" content="https://interpretations.kennethreitz.org/cover.png">
|
||||
<meta property="og:url" content="https://interpretations.kennethreitz.org/">
|
||||
<link rel="icon" type="image/png" href="cover.png">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="apple-touch-icon" href="cover.png">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-title" content="Interpretations">
|
||||
<meta name="theme-color" content="#0a0a0a">
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user