Build TFI Live G2 deployable app
This commit is contained in:
30
app.json
Normal file
30
app.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"package_id": "com.matissjurevics.tfiliveg2",
|
||||
"edition": "202601",
|
||||
"name": "TFI Live G2",
|
||||
"version": "0.1.0",
|
||||
"min_app_version": "2.0.0",
|
||||
"min_sdk_version": "0.0.10",
|
||||
"entrypoint": "index.html",
|
||||
"permissions": [
|
||||
{
|
||||
"name": "network",
|
||||
"desc": "Fetches live TFI/NTA departures and sends short voice search clips to the configured speech-to-text service.",
|
||||
"whitelist": [
|
||||
"https://developer.nationaltransport.ie",
|
||||
"https://api.nationaltransport.ie",
|
||||
"https://www.transportforireland.ie",
|
||||
"https://*.workers.dev"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "location",
|
||||
"desc": "Finds nearby stops from the paired phone location."
|
||||
},
|
||||
{
|
||||
"name": "g2-microphone",
|
||||
"desc": "Captures short G2 microphone clips for voice stop search."
|
||||
}
|
||||
],
|
||||
"supported_languages": ["en"]
|
||||
}
|
||||
Reference in New Issue
Block a user