feat: add PWA metadata for macOS Safari and notification support
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
<meta name="apple-mobile-web-app-title" content="VibeTorrent" />
|
<meta name="apple-mobile-web-app-title" content="VibeTorrent" />
|
||||||
<meta name="theme-color" content="#111827" />
|
<meta name="theme-color" content="#111827" />
|
||||||
<link rel="manifest" href="manifest.json" />
|
<link rel="manifest" href="manifest.json" />
|
||||||
|
<link rel="icon" type="image/png" href="icon-192.png" />
|
||||||
<link rel="apple-touch-icon" href="icon-192.png" />
|
<link rel="apple-touch-icon" href="icon-192.png" />
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
|
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
|
||||||
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
|
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
|
||||||
|
|||||||
@@ -38,5 +38,9 @@
|
|||||||
"form_factor": "narrow",
|
"form_factor": "narrow",
|
||||||
"label": "Mobile Home Screen"
|
"label": "Mobile Home Screen"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"developer": {
|
||||||
|
"name": "VibeTorrent",
|
||||||
|
"url": "https://github.com/spinline/vibetorrent-v3"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user