fix: Move content into to frontend directory
Doing this BEFORE the merge prevents a lot of merge conflicts. Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
BIN
frontend/public/icons/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
frontend/public/icons/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
frontend/public/icons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
9
frontend/public/icons/browserconfig.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/icons/mstile-150x150.png"/>
|
||||
<TileColor>#b51f08</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
frontend/public/icons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 428 B |
BIN
frontend/public/icons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 605 B |
BIN
frontend/public/icons/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
frontend/public/icons/mstile-144x144.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
frontend/public/icons/mstile-150x150.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
frontend/public/icons/mstile-310x150.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
frontend/public/icons/mstile-310x310.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
frontend/public/icons/mstile-70x70.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
1
frontend/public/icons/safari-pinned-tab.svg
Normal file
After Width: | Height: | Size: 7.6 KiB |
18
frontend/public/icons/site.webmanifest
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "HedgeDoc",
|
||||
"short_name": "HedgeDoc",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#b51f08",
|
||||
"background_color": "#303030"
|
||||
}
|