Mercurial > hg > dml-open-vis
comparison $/favicons/manifest.json @ 0:493bcb69166c
added public content
author | Daniel Wolff |
---|---|
date | Tue, 09 Feb 2016 20:54:02 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:493bcb69166c |
---|---|
1 { | |
2 "name": "App", | |
3 "icons": [ | |
4 { | |
5 "src": ".\/favicons\/android-icon-36x36.png", | |
6 "sizes": "36x36", | |
7 "type": "image\/png", | |
8 "density": "0.75" | |
9 }, | |
10 { | |
11 "src": ".\/favicons\/android-icon-48x48.png", | |
12 "sizes": "48x48", | |
13 "type": "image\/png", | |
14 "density": "1.0" | |
15 }, | |
16 { | |
17 "src": ".\/favicons\/android-icon-72x72.png", | |
18 "sizes": "72x72", | |
19 "type": "image\/png", | |
20 "density": "1.5" | |
21 }, | |
22 { | |
23 "src": ".\/favicons\/android-icon-96x96.png", | |
24 "sizes": "96x96", | |
25 "type": "image\/png", | |
26 "density": "2.0" | |
27 }, | |
28 { | |
29 "src": ".\/favicons\/android-icon-144x144.png", | |
30 "sizes": "144x144", | |
31 "type": "image\/png", | |
32 "density": "3.0" | |
33 }, | |
34 { | |
35 "src": ".\/favicons\/android-icon-192x192.png", | |
36 "sizes": "192x192", | |
37 "type": "image\/png", | |
38 "density": "4.0" | |
39 } | |
40 ] | |
41 } |