Repo created
This commit is contained in:
parent
f3a6b3a320
commit
f954c78789
614 changed files with 135712 additions and 2 deletions
25
static/manifest.webmanifest
Normal file
25
static/manifest.webmanifest
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue