You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 47 of manifest.json reads: "scripts": ["/assets/js/jQuery-3.3.1.js", "/assets/js/background.js"], but the jQuery file located at /assets/js is named jquery-3.3.1.js, which breaks the plugin, unable to be installed without modifying it
The text was updated successfully, but these errors were encountered:
Line 47 of manifest.json reads:
"scripts": ["/assets/js/jQuery-3.3.1.js", "/assets/js/background.js"]
, but the jQuery file located at/assets/js
is namedjquery-3.3.1.js
, which breaks the plugin, unable to be installed without modifying itThe text was updated successfully, but these errors were encountered: