mubaidr / vite-vue3-browser-extension-v3

Another vite powered web extension (chrome, firefox, etc.) starter template.
481 stars 63 forks source link

feat(manifest): add options page config in manifest file #85

Closed hi2code closed 1 month ago

hi2code commented 1 month ago

Hi, Thank you for your awesome template.

When I used it, I found that the configuration options were missing, so I added an options page config in manifest file.

mubaidr commented 1 month ago

Thank you!

But the extension pages (like popup, options) are handled by the plugins automatically. But for verbosity this is a good option.

Please add this example to main file. i.e. manifest.config.ts which is single source of config for both Chrome and Firefox.