]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Include Web Manifest (#273)
authorLucas Teixeira <ltx16@hotmail.com>
Thu, 8 Feb 2018 08:52:35 +0000 (06:52 -0200)
committerChocobozzz <me@florianbigard.com>
Thu, 8 Feb 2018 08:52:35 +0000 (09:52 +0100)
commit9ccf111912cae2a345d8ca0cf412703e59d19cf8
tree2efc9e8b18be17d30667619bcf55e6cae887d1aa
parent00336945ce75c04d603ed7950e18b699a606ac8b
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 [new file with mode: 0644]
client/src/assets/images/icons/hdpi.png [new file with mode: 0644]
client/src/assets/images/icons/ldpi.png [new file with mode: 0644]
client/src/assets/images/icons/mdpi.png [new file with mode: 0644]
client/src/assets/images/icons/xhdpi.png [new file with mode: 0644]
client/src/assets/images/icons/xxhdpi.png [new file with mode: 0644]
client/src/assets/images/icons/xxxhdpi.png [new file with mode: 0644]
client/src/index.html
client/src/manifest.json [new file with mode: 0644]