diff --git a/mTest/manifest.webmanifest b/mTest/manifest.webmanifest index bae6bb6..38ec5d1 100644 --- a/mTest/manifest.webmanifest +++ b/mTest/manifest.webmanifest @@ -11,5 +11,5 @@ ], "name": "Footseen web", "short_name": "Footseen", - "start_url": "/mobile/index.html?type=pwa" + "start_url": "/mTest/index.html?type=pwa" } \ No newline at end of file diff --git a/mobile/index.html b/mobile/index.html index cef789b..9544564 100644 --- a/mobile/index.html +++ b/mobile/index.html @@ -39,7 +39,7 @@ <link rel="stylesheet" href="css/index.css?v=2022120101"> <link rel="stylesheet" href="css/login.css?v=2022120101"> - <link rel="manifest" href="manifest.webmanifest?v=2022112308" /> + <link rel="manifest" href="manifest.webmanifest?v=2022120601" /> <script async defer src="lib/hello.js"></script> <script src="https://accounts.google.com/gsi/client" async defer></script> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>