diff options
author | Lucas Teixeira <ltx16@hotmail.com> | 2018-02-08 06:52:35 -0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-08 09:52:35 +0100 |
commit | 9ccf111912cae2a345d8ca0cf412703e59d19cf8 (patch) | |
tree | 2efc9e8b18be17d30667619bcf55e6cae887d1aa /client/src/assets/images/icons | |
parent | 00336945ce75c04d603ed7950e18b699a606ac8b (diff) | |
download | PeerTube-9ccf111912cae2a345d8ca0cf412703e59d19cf8.tar.gz PeerTube-9ccf111912cae2a345d8ca0cf412703e59d19cf8.tar.zst PeerTube-9ccf111912cae2a345d8ca0cf412703e59d19cf8.zip |
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
Diffstat (limited to 'client/src/assets/images/icons')
-rw-r--r-- | client/src/assets/images/icons/.gitignore | 1 | ||||
-rw-r--r-- | client/src/assets/images/icons/hdpi.png | bin | 0 -> 2178 bytes | |||
-rw-r--r-- | client/src/assets/images/icons/ldpi.png | bin | 0 -> 977 bytes | |||
-rw-r--r-- | client/src/assets/images/icons/mdpi.png | bin | 0 -> 1265 bytes | |||
-rw-r--r-- | client/src/assets/images/icons/xhdpi.png | bin | 0 -> 2036 bytes | |||
-rw-r--r-- | client/src/assets/images/icons/xxhdpi.png | bin | 0 -> 5278 bytes | |||
-rw-r--r-- | client/src/assets/images/icons/xxxhdpi.png | bin | 0 -> 3907 bytes |
7 files changed, 1 insertions, 0 deletions
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 --- /dev/null +++ b/client/src/assets/images/icons/hdpi.png | |||
Binary files 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 --- /dev/null +++ b/client/src/assets/images/icons/ldpi.png | |||
Binary files 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 --- /dev/null +++ b/client/src/assets/images/icons/mdpi.png | |||
Binary files 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 --- /dev/null +++ b/client/src/assets/images/icons/xhdpi.png | |||
Binary files 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 --- /dev/null +++ b/client/src/assets/images/icons/xxhdpi.png | |||
Binary files 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 --- /dev/null +++ b/client/src/assets/images/icons/xxxhdpi.png | |||
Binary files differ | |||