We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe93ff commit d50ff23Copy full SHA for d50ff23
1 file changed
src/index.html
@@ -25,14 +25,13 @@
25
<body>
26
<app-root></app-root>
27
28
-
29
<pwa-install
30
use-local-storage="true"
31
install-description="Install this as an app on your homescreen?"
32
- manifest-url="/manifest.json"
+ manifest-url="manifest.json"
33
name="Lazztech Noun"
34
description="Progressive web application"
35
- icon="/assets/lazztech_icon.svg">
+ icon="assets/lazztech_icon.svg">
36
</pwa-install>
37
38
<noscript>Please enable JavaScript to continue using this application.</noscript>
0 commit comments