mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
Update to webpack 4 + misc build process changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"extension_name": {
|
||||
"message": "fx_cast"
|
||||
"message": "EXTENSION_NAME"
|
||||
}
|
||||
, "extension_description": {
|
||||
"message": ""
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "__MSG_extension_name__"
|
||||
, "description": "__MSG_extension_description__"
|
||||
, "version": "0.0.1"
|
||||
, "version": "EXTENSION_VERSION"
|
||||
|
||||
, "applications": {
|
||||
"gecko": {
|
||||
"id": "fx_cast@matt.tf"
|
||||
"id": "EXTENSION_ID"
|
||||
, "strict_min_version": "57.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,5 +7,5 @@ export default {
|
||||
"https://www.netflix.com/*"
|
||||
]
|
||||
, option_mirroringEnabled: false
|
||||
, option_mirroringAppId: MIRROR_CAST_APP_ID || "19A6F4AE"
|
||||
, option_mirroringAppId: MIRRORING_APP_ID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user