feat(server): working friend page
This commit is contained in:
parent
83433186f3
commit
0b17c760cb
2126 changed files with 35620 additions and 42 deletions
64
server/static/manifest.json
Normal file
64
server/static/manifest.json
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"name": "FFT",
|
||||
"short_name": "FFT",
|
||||
"description": "See where your friends are",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/img/apple-touch-icon.png",
|
||||
"sizes": "180x180",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/static/img/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/static/img/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/static/img/maskable_icon.png",
|
||||
"sizes": "1746x1746",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/static/img/maskable_icon_x128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/static/img/maskable_icon_x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/static/img/original-1024.png",
|
||||
"sizes": "1024x1024",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"id": "/",
|
||||
"theme_color": "#212529",
|
||||
"background_color": "#212529",
|
||||
"display": "fullscreen",
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Friends",
|
||||
"short_name": "Friends",
|
||||
"description": "View your friends",
|
||||
"url": "/friends/"
|
||||
},
|
||||
{
|
||||
"name": "Cluster",
|
||||
"short_name": "Cluster",
|
||||
"description": "View Cluster map",
|
||||
"url": "/"
|
||||
}
|
||||
],
|
||||
"start_url": "/"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue