From 9ccf111912cae2a345d8ca0cf412703e59d19cf8 Mon Sep 17 00:00:00 2001 From: Lucas Teixeira Date: Thu, 8 Feb 2018 06:52:35 -0200 Subject: Include Web Manifest (#273) * Include Web Manifest Now we need to fix the path, which shouldn't be hard. * Delete unused icon * Remove Thumbs.db That file was automatically generated * Fixed icon path * Fixed typo --- client/src/assets/images/icons/.gitignore | 1 + client/src/assets/images/icons/hdpi.png | Bin 0 -> 2178 bytes client/src/assets/images/icons/ldpi.png | Bin 0 -> 977 bytes client/src/assets/images/icons/mdpi.png | Bin 0 -> 1265 bytes client/src/assets/images/icons/xhdpi.png | Bin 0 -> 2036 bytes client/src/assets/images/icons/xxhdpi.png | Bin 0 -> 5278 bytes client/src/assets/images/icons/xxxhdpi.png | Bin 0 -> 3907 bytes 7 files changed, 1 insertion(+) create mode 100644 client/src/assets/images/icons/.gitignore create mode 100644 client/src/assets/images/icons/hdpi.png create mode 100644 client/src/assets/images/icons/ldpi.png create mode 100644 client/src/assets/images/icons/mdpi.png create mode 100644 client/src/assets/images/icons/xhdpi.png create mode 100644 client/src/assets/images/icons/xxhdpi.png create mode 100644 client/src/assets/images/icons/xxxhdpi.png (limited to 'client/src/assets/images/icons') diff --git a/client/src/assets/images/icons/.gitignore b/client/src/assets/images/icons/.gitignore new file mode 100644 index 000000000..aafa76831 --- /dev/null +++ b/client/src/assets/images/icons/.gitignore @@ -0,0 +1 @@ +Thumbs.db \ No newline at end of file diff --git a/client/src/assets/images/icons/hdpi.png b/client/src/assets/images/icons/hdpi.png new file mode 100644 index 000000000..c1e7b9c29 Binary files /dev/null and b/client/src/assets/images/icons/hdpi.png differ diff --git a/client/src/assets/images/icons/ldpi.png b/client/src/assets/images/icons/ldpi.png new file mode 100644 index 000000000..6ba0ac319 Binary files /dev/null and b/client/src/assets/images/icons/ldpi.png differ diff --git a/client/src/assets/images/icons/mdpi.png b/client/src/assets/images/icons/mdpi.png new file mode 100644 index 000000000..9524a6d4f Binary files /dev/null and b/client/src/assets/images/icons/mdpi.png differ diff --git a/client/src/assets/images/icons/xhdpi.png b/client/src/assets/images/icons/xhdpi.png new file mode 100644 index 000000000..79b0b8340 Binary files /dev/null and b/client/src/assets/images/icons/xhdpi.png differ diff --git a/client/src/assets/images/icons/xxhdpi.png b/client/src/assets/images/icons/xxhdpi.png new file mode 100644 index 000000000..6568bb9ad Binary files /dev/null and b/client/src/assets/images/icons/xxhdpi.png differ diff --git a/client/src/assets/images/icons/xxxhdpi.png b/client/src/assets/images/icons/xxxhdpi.png new file mode 100644 index 000000000..ee4c849d7 Binary files /dev/null and b/client/src/assets/images/icons/xxxhdpi.png differ -- cgit v1.2.3