diff options
| author | Alee <alee14498@gmail.com> | 2018-11-03 15:54:11 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-03 15:54:11 -0400 |
| commit | 0bc93655599acd531d0b8c73d68ed2e9a41454c0 (patch) | |
| tree | 74cce6d3bce2c499065109e21d214f91921158e2 /manifest.json | |
| parent | a169a3f32f22cf0aa5572902a64c497976926fe6 (diff) | |
| download | silicon-linux-0bc93655599acd531d0b8c73d68ed2e9a41454c0.tar.gz silicon-linux-0bc93655599acd531d0b8c73d68ed2e9a41454c0.tar.bz2 silicon-linux-0bc93655599acd531d0b8c73d68ed2e9a41454c0.zip | |
Added favicon
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..013d4a6 --- /dev/null +++ b/manifest.json @@ -0,0 +1,41 @@ +{ + "name": "App", + "icons": [ + { + "src": "\/android-icon-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": "0.75" + }, + { + "src": "\/android-icon-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": "1.0" + }, + { + "src": "\/android-icon-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": "1.5" + }, + { + "src": "\/android-icon-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": "2.0" + }, + { + "src": "\/android-icon-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": "3.0" + }, + { + "src": "\/android-icon-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": "4.0" + } + ] +}
\ No newline at end of file |
