From 52a8e24c9c55e5aa51b6a44d6e02defac543a93e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 12 Oct 2020 21:27:07 +0000 Subject: [PATCH] --- ayanova/public/manifest.json | 70 ------------------------------------ 1 file changed, 70 deletions(-) delete mode 100644 ayanova/public/manifest.json diff --git a/ayanova/public/manifest.json b/ayanova/public/manifest.json deleted file mode 100644 index 463885da..00000000 --- a/ayanova/public/manifest.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "name": "AyaNova", - "short_name": "AyaNova", - "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" - }, - { - "src": "./img/icons/apple-touch-icon.png", - "sizes": "180x180", - "type": "image/png" - }, - { - "src": "./img/icons/apple-touch-icon-120x120.png", - "sizes": "120x120", - "type": "image/png" - }, - { - "src": "./img/icons/apple-touch-icon-152x152.png", - "sizes": "152x152", - "type": "image/png" - }, - { - "src": "./img/icons/apple-touch-icon-167x167.png", - "sizes": "167x167", - "type": "image/png" - }, - { - "src": "./img/icons/apple-touch-icon-180x180.png", - "sizes": "180x180", - "type": "image/png" - }, - { - "src": "./img/icons/favicon-16x16.png", - "sizes": "16x16", - "type": "image/png" - }, - { - "src": "./img/icons/favicon-32x32.png", - "sizes": "32x32", - "type": "image/png" - }, - { - "src": "./img/icons/msapplication-icon-144x144.png", - "sizes": "144x144", - "type": "image/png" - }, - { - "src": "./img/icons/mstile-150x150.png", - "sizes": "150x150", - "type": "image/png" - }, - { - "src": "safari-pinned-tab.svg", - "sizes": "any", - "type": "image/svg+xml" - } - ], - "start_url": "/", - "display": "standalone", - "background_color": "#ffffff", - "theme_color": "#00205B" -} \ No newline at end of file