Merge branch 'wayvr_dashboard' into 'main'

feat: Add WayVR Dashboard to the plugin list

See merge request gabmus/envision!116
This commit is contained in:
Aleksander 2025-02-21 16:28:22 +00:00
commit 25edb0685b

View file

@ -163,8 +163,9 @@ impl Plugin {
/// urls to manifest json files representing plugins.
/// each manifest should be json and the link should always point to the latest version
const MANIFESTS: [&str;2] = [
const MANIFESTS: [&str;3] = [
"https://github.com/galister/wlx-overlay-s/raw/refs/heads/meta/com.github.galister.wlx-overlay-s.json",
"https://github.com/olekolek1000/wayvr-dashboard/raw/refs/heads/meta/dev.oo8.wayvr_dashboard.json",
"https://github.com/StardustXR/telescope/raw/refs/heads/main/envision/org.stardustxr.telescope.json",
];