mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Fix mv3 builds
This commit is contained in:
parent
5cadc2799f
commit
a5f735b585
3 changed files with 5 additions and 4 deletions
|
@ -52,7 +52,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="js/theme.js" type="module"></script>
|
<script src="js/theme.js" type="module"></script>
|
||||||
<script src="js/fa-icons.js"></script>
|
<script src="js/fa-icons.js" type="module"></script>
|
||||||
<script src="js/i18n.js" type="module"></script>
|
<script src="js/i18n.js" type="module"></script>
|
||||||
<script src="js/popup.js" type="module"></script>
|
<script src="js/popup.js" type="module"></script>
|
||||||
|
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="js/theme.js" type="module"></script>
|
<script src="js/theme.js" type="module"></script>
|
||||||
<script src="js/fa-icons.js"></script>
|
<script src="js/fa-icons.js" type="module"></script>
|
||||||
<script src="js/i18n.js" type="module"></script>
|
<script src="js/i18n.js" type="module"></script>
|
||||||
<script src="js/dashboard-common.js" type="module"></script>
|
<script src="js/dashboard-common.js" type="module"></script>
|
||||||
<script src="js/settings.js" type="module"></script>
|
<script src="js/settings.js" type="module"></script>
|
||||||
|
|
|
@ -9,12 +9,13 @@
|
||||||
},
|
},
|
||||||
"author": "Raymond Hill",
|
"author": "Raymond Hill",
|
||||||
"background": {
|
"background": {
|
||||||
"page": "background.html"
|
"scripts": [ "/js/background.js" ],
|
||||||
|
"type": "module"
|
||||||
},
|
},
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "uBOLite@raymondhill.net",
|
"id": "uBOLite@raymondhill.net",
|
||||||
"strict_min_version": "113.*"
|
"strict_min_version": "113"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"declarative_net_request": {
|
"declarative_net_request": {
|
||||||
|
|
Loading…
Reference in a new issue