Fix mv3 builds

This commit is contained in:
Raymond Hill 2023-04-11 09:35:31 -04:00
parent 5cadc2799f
commit a5f735b585
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
3 changed files with 5 additions and 4 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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": {