diff options
| author | Alee <Alee14498@gmail.com> | 2019-10-29 01:22:16 +0000 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-10-29 01:22:16 +0000 |
| commit | 7a5905ab20b653c4571050db7da3c8865c22ddff (patch) | |
| tree | 7a8cc0726ea680054dc66f49619c6317b6131331 /assets/favicon/site.webmanifest | |
| parent | 6da867066a070297b6cced972354749913402120 (diff) | |
| download | pokeworld-website-7a5905ab20b653c4571050db7da3c8865c22ddff.tar.gz pokeworld-website-7a5905ab20b653c4571050db7da3c8865c22ddff.tar.bz2 pokeworld-website-7a5905ab20b653c4571050db7da3c8865c22ddff.zip | |
Favicons
Diffstat (limited to 'assets/favicon/site.webmanifest')
| -rw-r--r-- | assets/favicon/site.webmanifest | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/favicon/site.webmanifest b/assets/favicon/site.webmanifest new file mode 100644 index 0000000..b6a8d44 --- /dev/null +++ b/assets/favicon/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/assets/favicon/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/assets/favicon/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} |
