Implement options page

This commit is contained in:
hensm
2018-07-21 01:38:07 +01:00
parent 9f7bf780e5
commit c4ed13fb0b
8 changed files with 284 additions and 14 deletions

View File

@@ -16,4 +16,20 @@
, "context_media_cast": {
"message": "Cast..."
}
, "options_category_localMedia": {
"message": "Local media casting"
}
, "options_category_localMedia_description": {
"message": "HTTP server started by the bridge app to stream local media files to the cast receiver."
}
, "options_option_localMediaEnabled": {
"message": "Enabled"
}
, "options_option_localMediaServerPort": {
"message": "HTTP server port"
}
, "options_submit": {
"message": "Submit"
}
}