mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Replace webpack with esbuild
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user