-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
29 lines (29 loc) · 807 Bytes
/
Copy pathapp.json
File metadata and controls
29 lines (29 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"package_id": "com.hmmhmmhm.sandevistan",
"edition": "202601",
"name": "SANDEVISTAN",
"version": "0.1.2",
"min_app_version": "2.2.6",
"min_sdk_version": "0.0.11",
"entrypoint": "index.html",
"permissions": [
{
"name": "location",
"desc": "Uses the current location to render local maps and weather."
},
{
"name": "network",
"desc": "Loads weather, map, news, optional routing, and BYOK Realtime AI data.",
"whitelist": [
"https://api.open-meteo.com",
"https://api.openai.com",
"wss://api.openai.com"
]
},
{
"name": "g2-microphone",
"desc": "Uses the G2 microphone only while an Ask AI conversation is active."
}
],
"supported_languages": ["en", "de", "fr", "es", "it", "zh", "ja", "ko"]
}