fix(static): move static files to new place for embeding
This commit is contained in:
parent
6c171eed39
commit
8162fc15f3
17 changed files with 40 additions and 328 deletions
11
static/public/manifest.json
Normal file
11
static/public/manifest.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "Quickshare",
|
||||
"short_name": "Quickshare",
|
||||
"icons": [{
|
||||
"src": "img/favicon.png",
|
||||
"sizes": "512x512"
|
||||
}],
|
||||
"background_color": "#16a085",
|
||||
"theme_color": "#ffffff",
|
||||
"display": "fullscreen"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue