Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-24 08:57:03 +01:00
parent f3a6b3a320
commit f954c78789
614 changed files with 135712 additions and 2 deletions

View file

@ -0,0 +1,25 @@
{
"name": "FreeTube",
"short_name": "FreeTube",
"start_url": "../index.html",
"categories": [
"multimedia",
"browser"
],
"display": "standalone",
"background_color": "white",
"scope": "/",
"description": "A private YouTube client",
"icons": [
{
"src": "./_icons/192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./_icons/192x192.png",
"sizes": "512x512",
"type": "image/png"
}
]
}