Closed akkhil7 closed 4 years ago
I can open a PR. Would like to hear your thoughts first.
Hi!
I'm not sure where your issue came from, or where do you want to open a PR.
The old Vue-CLI 2 boilerplate already use options_ui
(see https://github.com/Kocal/vue-web-extension/blob/v1/template/src/manifest.json#L19), and the new Vue-CLI 3+ preset, which use vue-cli-plugin-browser-extension also use options_ui
(see https://github.com/adambullmer/vue-cli-plugin-browser-extension/blob/master/generator/template/base-app/src/manifest.json)
What's your manifest.json
looks like?
Hi @Kocal,
I am so sorry, Hugo. I just looked up the commit history for my extension. And seems like it changed to options_page
at some point by accident. My bad.
I am closing this issue. Thank you for prompt reply 👍 :)
Kudos to this great boilerplate, by the way. Thanks a bunch!
Cheers!
Don't worry, it can happens to everyone 😝
Have a good weekend! :)
Describe the bug
"options_page": "options/options.html",
doesn't work on firefox anymore.To Reproduce Steps to reproduce the behavior:
Expected behavior
Solution Use
"options_ui"
instead - works in both Chrome and Firefox.