diff --git a/manifest.launcher.md b/manifest.launcher.md new file mode 100644 index 0000000..a5ae2a5 --- /dev/null +++ b/manifest.launcher.md @@ -0,0 +1,19 @@ +--- +{"summary":"Sporel Launcher — module browser","author":"calic","tags":["host","launcher"],"teaser_images":[]} +--- + +# Sporel Launcher + +Master-detail module browser. Lists every installed module on the +left, shows per-module hero, description, dependencies, and a Launch +button on the right. + +## How to use + +- Click a module to see its details. +- Click Launch Module to start it. +- ESC returns to this launcher from any module. + +## What's next + +See the News entry for in-progress + planned features. diff --git a/manifest.module b/manifest.module index c944611..06d1491 100644 --- a/manifest.module +++ b/manifest.module @@ -1,6 +1,6 @@ { "id": "lib-management.launcher", - "version": "0.3.0", + "version": "0.3.1", "kind": "module", "api": "^0.1", "ci_frames": 10,