Skip to content

Commit b203ffd

Browse files
author
Jose Alejandro Alvarez Mendoza
committed
Adding icons for apple and android
1 parent 0d1179d commit b203ffd

31 files changed

+89
-0
lines changed

webroot/favicons/.DS_Store

10 KB
Binary file not shown.
5.73 KB
Loading
8.59 KB
Loading
1.15 KB
Loading
1.54 KB
Loading
2.39 KB
Loading
3.37 KB
Loading
4.41 KB
Loading
4.73 KB
Loading
5.97 KB
Loading
6.53 KB
Loading
8.19 KB
Loading
1.9 KB
Loading
2.05 KB
Loading
2.46 KB
Loading
2.59 KB
Loading
Loading

webroot/favicons/apple-touch-icon.png

8.19 KB
Loading

webroot/favicons/browserconfig.xml

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

webroot/favicons/favicon-16x16.png

1.08 KB
Loading

webroot/favicons/favicon-194x194.png

14.7 KB
Loading

webroot/favicons/favicon-32x32.png

1.62 KB
Loading

webroot/favicons/favicon-96x96.png

5.66 KB
Loading

webroot/favicons/favicon.ico

14.7 KB
Binary file not shown.

webroot/favicons/manifest.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "CakePHP",
3+
"icons": [
4+
{
5+
"src": "\/android-chrome-36x36.png",
6+
"sizes": "36x36",
7+
"type": "image\/png",
8+
"density": 0.75
9+
},
10+
{
11+
"src": "\/android-chrome-48x48.png",
12+
"sizes": "48x48",
13+
"type": "image\/png",
14+
"density": 1
15+
},
16+
{
17+
"src": "\/android-chrome-72x72.png",
18+
"sizes": "72x72",
19+
"type": "image\/png",
20+
"density": 1.5
21+
},
22+
{
23+
"src": "\/android-chrome-96x96.png",
24+
"sizes": "96x96",
25+
"type": "image\/png",
26+
"density": 2
27+
},
28+
{
29+
"src": "\/android-chrome-144x144.png",
30+
"sizes": "144x144",
31+
"type": "image\/png",
32+
"density": 3
33+
},
34+
{
35+
"src": "\/android-chrome-192x192.png",
36+
"sizes": "192x192",
37+
"type": "image\/png",
38+
"density": 4
39+
}
40+
]
41+
}

webroot/favicons/mstile-144x144.png

8.97 KB
Loading

webroot/favicons/mstile-150x150.png

8.07 KB
Loading

webroot/favicons/mstile-310x150.png

8.67 KB
Loading

webroot/favicons/mstile-310x310.png

23.6 KB
Loading

webroot/favicons/mstile-70x70.png

5.19 KB
Loading
+36
Loading

0 commit comments

Comments
 (0)