totally forgot about the pwa module...

This commit is contained in:
Jake Potrebic 2021-02-06 00:29:16 -08:00
parent 6ce9536ebf
commit f9fb1fc627
No known key found for this signature in database
GPG Key ID: 7C58557EC9C421F8
29 changed files with 22 additions and 65 deletions

View File

@ -18,27 +18,27 @@ export default {
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: '' },
{ name: 'msapplication-TileColor', content: '#274fee' },
{ name: 'msapplication-TileImage', content: '/ms-icon-144x144.png' },
{ name: 'theme-color', content: '#274fee' },
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
{ rel: 'apple-touch-icon', sizes: '57x57', href: '/apple-icon-57x57.png' },
{ rel: 'apple-touch-icon', sizes: '60x60', href: '/apple-icon-60x60.png' },
{ rel: 'apple-touch-icon', sizes: '72x72', href: '/apple-icon-72x72.png' },
{ rel: 'apple-touch-icon', sizes: '76x76', href: '/apple-icon-76x76.png' },
{ rel: 'apple-touch-icon', sizes: '114x114', href: '/apple-icon-114x114.png' },
{ rel: 'apple-touch-icon', sizes: '120x120', href: '/apple-icon-120x120.png' },
{ rel: 'apple-touch-icon', sizes: '144x144', href: '/apple-icon-144x144.png' },
{ rel: 'apple-touch-icon', sizes: '152x152', href: '/apple-icon-152x152.png' },
{ rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-icon-180x180.png' },
{ rel: 'icon', type: 'image/png', sizes: '192x192', href: '/android-icon-192x192.png' },
{ rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' },
{ rel: 'icon', type: 'image/png', sizes: '96x96', href: '/favicon-96x96.png' },
{ rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' },
{ rel: 'manifest', href: '/manifest.json' },
// { name: 'msapplication-TileColor', content: '#274fee' },
// { name: 'msapplication-TileImage', content: '/ms-icon-144x144.png' },
// { name: 'theme-color', content: '#274fee' },
],
// link: [
// { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
// { rel: 'apple-touch-icon', sizes: '57x57', href: '/apple-icon-57x57.png' },
// { rel: 'apple-touch-icon', sizes: '60x60', href: '/apple-icon-60x60.png' },
// { rel: 'apple-touch-icon', sizes: '72x72', href: '/apple-icon-72x72.png' },
// { rel: 'apple-touch-icon', sizes: '76x76', href: '/apple-icon-76x76.png' },
// { rel: 'apple-touch-icon', sizes: '114x114', href: '/apple-icon-114x114.png' },
// { rel: 'apple-touch-icon', sizes: '120x120', href: '/apple-icon-120x120.png' },
// { rel: 'apple-touch-icon', sizes: '144x144', href: '/apple-icon-144x144.png' },
// { rel: 'apple-touch-icon', sizes: '152x152', href: '/apple-icon-152x152.png' },
// { rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-icon-180x180.png' },
// { rel: 'icon', type: 'image/png', sizes: '192x192', href: '/android-icon-192x192.png' },
// { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' },
// { rel: 'icon', type: 'image/png', sizes: '96x96', href: '/favicon-96x96.png' },
// { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' },
// { rel: 'manifest', href: '/manifest.json' },
// ],
},
// Global CSS: https://go.nuxtjs.dev/config-css
@ -58,6 +58,8 @@ export default {
'@nuxtjs/vuetify',
// https://go.nuxtjs.dev/eslint
'@nuxtjs/eslint-module',
// https://go.nuxtjs.dev/pwa
'@nuxtjs/pwa',
'@nuxtjs/dotenv',
],
@ -65,8 +67,6 @@ export default {
modules: [
// https://go.nuxtjs.dev/axios
'@nuxtjs/axios',
// https://go.nuxtjs.dev/pwa
'@nuxtjs/pwa',
'cookie-universal-nuxt',
'@nuxtjs/proxy',
'nuxt-i18n',

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,41 +0,0 @@
{
"name": "Hangar",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.