add Windows icons for PWABuilder

This commit is contained in:
Nolan Lawson 2017-10-25 11:07:01 -07:00
parent c050add235
commit 4370a273b3
4 changed files with 18 additions and 6 deletions

View File

@ -24,29 +24,41 @@ class ManifestSerializer < ActiveModel::Serializer
def icons
[
{
src: '/android-chrome-48x48.png',
src: 'https://toot.cafe/android-chrome-48x48.png',
sizes: '48x48',
type: 'image/png',
}, {
src: '/android-chrome-72x72.png',
src: 'https://toot.cafe/android-chrome-72x72.png',
sizes: '72x72',
type: 'image/png',
}, {
src: '/android-chrome-96x96.png',
src: 'https://toot.cafe/android-chrome-96x96.png',
sizes: '96x96',
type: 'image/png',
}, {
src: '/android-chrome-144x144.png',
src: 'https://toot.cafe/android-chrome-144x144.png',
sizes: '144x144',
type: 'image/png',
}, {
src: '/android-chrome-192x192.png',
src: 'https://toot.cafe/android-chrome-192x192.png',
sizes: '192x192',
type: 'image/png',
}, {
src: '/android-chrome-512x512.png',
src: 'https://toot.cafe/android-chrome-512x512.png',
sizes: '512x512',
type: 'image/png',
}, {
src: 'https://toot.cafe/windows-44x44.png',
sizes: '44x44',
type: 'image/png',
}, {
src: 'https://toot.cafe/windows-50x50.png',
sizes: '50x50',
type: 'image/png',
}, {
src: 'https://toot.cafe/windows-150x150.png',
sizes: '150x150',
type: 'image/png',
}
]
end

BIN
public/windows-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

BIN
public/windows-44x44.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
public/windows-50x50.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB