You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@vue/cli-ui/locales/en.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -721,6 +721,10 @@
721
721
"appleMobileWebAppStatusBarStyle": {
722
722
"message": "Apple mobile status bar style",
723
723
"description": "Style for the web app status bar on iOS"
724
+
},
725
+
"manifestCrossorigin": {
726
+
"message": "Attribute value for manifest.json link tag's crossorigin attribute",
727
+
"description": "Value for `crossoriging` attribute in manifest link tag in the generated HTML, you may need to set this if your pwa is behind an authenticated proxy"
0 commit comments