Replies: 1 comment
-
module.exports = {
pwa: {
manifestOptions: {
description: 'Your description goes here', // Add this to your vue.config.js
},
},
}; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JenuelDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just want to add a description in my manifest to show it in the browser's application details. When opening the dev tool.

Beta Was this translation helpful? Give feedback.
All reactions