mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
Add PWA support
This commit is contained in:
parent
876299ac1c
commit
25fc510f6f
1 changed files with 30 additions and 0 deletions
30
pwa/manifest.json
Normal file
30
pwa/manifest.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "PokeTube",
|
||||
"short_name": "PokeTube",
|
||||
"description": "Watch Videos - Anonymously",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#080808",
|
||||
"theme_color": "#612153",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/css/pt.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"screenshots": [
|
||||
{
|
||||
"src": "/css/pwa-desktop.png",
|
||||
"type": "image/png",
|
||||
"sizes": "1695x1445",
|
||||
"form_factor": "wide"
|
||||
},
|
||||
{
|
||||
"src": "/css/pwa-mobile.jpg",
|
||||
"type": "image/jpg",
|
||||
"sizes": "1080x2412",
|
||||
"form_factor": "narrow"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue