Replace webpack with esbuild

This commit is contained in:
hensm
2021-05-26 18:32:46 +01:00
parent 13cd1127c6
commit d343ac4629
16 changed files with 10690 additions and 393 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "__MSG_extensionName__"
, "description": "__MSG_extensionDescription__"
, "version": "EXTENSION_VERSION"
, "version": "0.1.2"
, "developer": {
"name": "AUTHOR"
, "url": "AUTHOR_HOMEPAGE"
"name": "Matt Hensman"
, "url": "https://matt.tf/"
}
, "applications": {
"gecko": {
"id": "EXTENSION_ID"
"id": "fx_cast@matt.tf"
, "strict_min_version": "64.0"
, "update_url": "https://hensm.github.io/fx_cast/updates.json"
}
@@ -25,7 +25,7 @@
}
, "background": {
"scripts": [ "background.js" ]
"scripts": [ "background/background.js" ]
}
, "content_scripts": [
@@ -39,7 +39,6 @@
}
]
, "content_security_policy": "CONTENT_SECURITY_POLICY"
, "default_locale": "en"
, "icons": {
@@ -66,7 +65,7 @@
, "<all_urls>"
]
, "web_accessible_resources": [
"shim/bundle.js"
"shim/index.js"
, "senders/media/overlay/overlayContent.js"
, "senders/media/overlay/AirPlay_Audio.svg"
, "senders/media/overlay/AirPlay_Video.svg"