Multi-module Android app (app/shared/sdk) with backend-driven auth, Quest Platform SDK login, YouTube/Twitch OAuth linking, stream management via AIDL service. Compose UI with Hilt DI.
15 lines
358 B
JSON
15 lines
358 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"WebSearch",
|
|
"WebFetch(domain:developers.google.com)",
|
|
"WebFetch(domain:dev.twitch.tv)",
|
|
"WebFetch(domain:dev.epicgames.com)",
|
|
"WebFetch(domain:mvnrepository.com)",
|
|
"WebFetch(domain:developers.meta.com)",
|
|
"WebFetch(domain:central.sonatype.com)",
|
|
"Bash(javap:*)"
|
|
]
|
|
}
|
|
}
|