refactor: modularize frontend flows
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "FileCodeBox",
|
||||
"short_name": "FileCodeBox",
|
||||
"description": "FileCodeBox file transfer",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#4f46e5",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/logo_small.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user