FreeTube/static/manifest.json
efb4f5ff-1298-471a-8973-3d47447115dc bb69b558df
Remove logoColor.png (#4972)
* Remove logoColor.png

* Remove png from About.vue

* Use repo svg instead of docs png

* Delete _icons/logoColor.png
2024-04-18 21:59:26 -04:00

20 lines
492 B
JSON

{
"dir" : "ltr",
"lang" : "de",
"name" : "FreeTube",
"scope" : "/",
"display" : "standalone",
"start_url" : "https://app.freetubeapp.io/",
"short_name" : "FreeTube",
"theme_color" : "transparent",
"description" : "A description",
"orientation" : "any",
"background_color" : "transparent",
"related_applications" : [],
"prefer_related_applications" : false,
"icons" : ["/_icons/logoColor.svg"],
"url" : "https://app.freetubeapp.io",
"screenshots" : [],
"generated" : "true"
}