Add app name to SSAP manifest

pull/4/head
David Buchanan 2021-05-13 17:37:22 +01:00
rodzic 81ce04510c
commit 176a71457d
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -227,6 +227,9 @@ window.requestAnimationFrame(animate_tick);
// application
manifest: {
manifestVersion: 1,
"localizedAppNames": {
"": "RootMyTV",
},
permissions: ["LAUNCH"],
},
}