Files
TFI-Live-G2/app.json
2026-06-01 16:48:03 +01:00

31 lines
857 B
JSON

{
"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"]
}