Skip to content

Commit

Permalink
docs(manifest): update manifest logo and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Oct 6, 2022
1 parent 7417807 commit c62415d
Show file tree
Hide file tree
Showing 24 changed files with 16 additions and 57 deletions.
Binary file modified packages/docs/public/favicon.ico
Binary file not shown.
Binary file modified packages/docs/public/img/icons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/docs/public/img/icons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified packages/docs/public/img/icons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/docs/public/img/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/docs/public/img/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed packages/docs/public/img/icons/mstile-144x144.png
Binary file not shown.
Binary file removed packages/docs/public/img/icons/mstile-150x150.png
Binary file not shown.
Binary file removed packages/docs/public/img/icons/mstile-310x150.png
Binary file not shown.
Binary file removed packages/docs/public/img/icons/mstile-310x310.png
Binary file not shown.
Binary file removed packages/docs/public/img/icons/mstile-70x70.png
Binary file not shown.
54 changes: 0 additions & 54 deletions packages/docs/public/img/icons/safari-pinned-tab.svg

This file was deleted.

19 changes: 16 additions & 3 deletions packages/docs/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,26 @@ module.exports = {
},
pwa: {
name: 'Vuetify Documentation',
themeColor: '#094A7F',
msTileColor: '#5CBBF6',
themeColor: '#1867C0',
msTileColor: '#1867C0',
manifestOptions: {
background_color: '#5CBBF6',
background_color: '#1867C0',
},
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black',
description: 'Vuetify UI Library Documentation',
icons: [
{
src: 'img/icons/android-chrome-192x192.png',
sizes: '192x192',
type: 'image/png',
},
{
src: 'img/icons/android-chrome-512x512.png',
sizes: '512x512',
type: 'image/png',
},
],

// configure the workbox plugin
workboxPluginMode: 'InjectManifest',
Expand Down

0 comments on commit c62415d

Please sign in to comment.