vue-cli-plugin-browser-extension icon indicating copy to clipboard operation
vue-cli-plugin-browser-extension copied to clipboard

Option to content scripts componet doesn't work proparlly

Open ezosher opened this issue 5 years ago • 1 comments

Hey Guys,

Thanks for this great repo total appreciation. I'v noticed that when I choose the option to add the content-script it doesn't generate the code in manifest.json I have to manually add it.

"content_scripts": [
    {
      "matches": ["*://*/*"],
      "js": ["js/content-script.js"]
    }
  ],

** why do I need to represnt it with the js/ extension? ["js/content-script.js"]

one more off topic question. I'm trying to add vuetify to this boilerplate. any idea how can I do this I'v tried add it with the vue cli plugin but it dosen't render the css.

cheers in advance,

ezosher avatar Apr 19 '20 12:04 ezosher

same for me

ghost avatar May 11 '20 16:05 ghost