Update project name from "Radarr Language Dashboard v2" to "Media Max" in README.md, docker-compose.yml service/container names, app.py logger name and service definition, manifest.json name/short_name/description, and templates/index.html title and header elements. Update docker exec command example in README to use new container name.
15 lines
399 B
JSON
15 lines
399 B
JSON
{
|
|
"name": "Media Max",
|
|
"short_name": "Media Max",
|
|
"description": "Media Max: Radarr, Sonarr und SABnzbd im Überblick",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#151619",
|
|
"theme_color": "#1f252d",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{"src": "/static/media-mark.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable"}
|
|
]
|
|
}
|