mirror of
https://github.com/kikootwo/ReadMeABook.git
synced 2026-06-02 20:30:10 +00:00
23 lines
536 B
JSON
23 lines
536 B
JSON
{
|
|
"name": "ReadMeABook - Audiobook Library Management",
|
|
"short_name": "ReadMeABook",
|
|
"description": "Self-hosted audiobook library management system with Plex integration",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#f5f5f5",
|
|
"theme_color": "#1e3a5f",
|
|
"icons": [
|
|
{
|
|
"src": "/RMAB_1024x1024.png",
|
|
"sizes": "1024x1024",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/rmab_32x32.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|