Skip to content

Commit c569c43

Browse files
committed
Deploying to master from @ CodeCavePro/codecave.pro@65ba47b 🚀
1 parent 9af9ceb commit c569c43

12 files changed

+31
-2
lines changed

android-chrome-192x192.png

2.41 KB
Loading

android-chrome-512x512.png

6.25 KB
Loading

apple-touch-icon.png

2.19 KB
Loading

browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

css/app.f908a261.css renamed to css/app.96cc82bb.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

favicon-16x16.png

266 Bytes
Loading

favicon-32x32.png

426 Bytes
Loading

favicon.ico

-96.7 KB
Binary file not shown.

index.html

+1-1
Large diffs are not rendered by default.

mstile-150x150.png

1.56 KB
Loading

safari-pinned-tab.svg

+1
Loading

site.webmanifest

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "",
3+
"short_name": "",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)