Skip to content

Commit ade7f8a

Browse files
committed
Implementing vite-plugin-pwa
1 parent 1423b01 commit ade7f8a

File tree

7 files changed

+2124
-134
lines changed

7 files changed

+2124
-134
lines changed

app/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<link
1111
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Roboto:wght@100;300;400;500;700;900&display=swap"
1212
rel="stylesheet">
13+
<meta name="apple-mobile-web-app-capable" content="yes">
14+
<meta name="apple-mobile-web-app-status-bar-style" content="black">
15+
<link rel="apple-touch-icon" sizes="180x180" href="/img/Icons/apple-touch-icon-180x180.png">
1316
</head>
1417

1518
<body>

app/public/manifest.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

app/src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import "./plugins/hooks";
22
import Vue from "vue";
33
import vuetify from "./plugins/vuetify.js";
44
import router from "./router.js";
5-
import "./register-service-worker";
65
import "./plugins/visible";
76
import App from "./app.vue";
87
import { newApolloProvider, newSCClient } from "./plugins/apollo";

app/src/register-service-worker.ts

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)