mubaidr / vite-vue3-browser-extension-v3

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

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

Closed hi2code closed 2 months ago

hi2code commented 2 months 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 2 months 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.