fix(cicd): refactor scripts for cicd
This commit is contained in:
parent
c897adc6ea
commit
2dc156cd95
11 changed files with 26 additions and 66 deletions
BIN
public/static/img/favicon.png
Normal file
BIN
public/static/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
1
public/static/img/favicon.svg
Normal file
1
public/static/img/favicon.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="48" height="48" ><path fill="none" d="M0 0h24v24H0z"></path><path d="M9 3v2H4v14h16v-9h2v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6zm7 2V1l7 6h-9a2 2 0 0 0-2 2v6h-2V9a4 4 0 0 1 4-4h2z"></path></svg>
|
After Width: | Height: | Size: 317 B |
11
public/static/manifest.json
Normal file
11
public/static/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