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 9f36ad6 commit c57d05fCopy full SHA for c57d05f
manifests/manifest-pwa.json
@@ -0,0 +1,9 @@
1
+{
2
+ "scope": "/",
3
+ "icons": [{
4
+ "src": "/images/icon.svg",
5
+ "type": "image/svg+xml",
6
+ "sizes": "any",
7
+ "purpose": "any maskable"
8
+ }]
9
+}
scripts/build.sh
@@ -83,6 +83,8 @@ postCompile () {
83
if [[ $1 = "chrome" ]] || [[ $1 = "edge" ]]; then
84
cp manifests/schema-chrome.json $1/schema.json
85
fi
86
+
87
+ cp manifests/manifest-pwa.json $1/manifest-pwa.json
88
}
89
90
if [[ $PLATFORM = "prod" ]]; then
view/popup.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
+ <link rel="manifest" href="/manifest-pwa.json">
<link href="../css/popup.css"
type="text/css"
rel="stylesheet"
0 commit comments