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