You've already forked torvalds-GuitarPedal
mirror of
https://github.com/torvalds/GuitarPedal.git
synced 2026-06-07 04:55:36 +00:00
This should expose the 'WebMIDI' directory as a GitHub Pages entry, along with the auto-generated 'effects.js' file that is not committed to the repository. All I ostensibly need to do is to expose it all, and enable the settings for Pages to be deployed from "Github Actions". But I _will_ mess this up, won't I? Let's see how many attempts it takes? Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
22 lines
469 B
JSON
22 lines
469 B
JSON
{
|
|
"name": "RP2350 Pedal Controller",
|
|
"short_name": "RP2350 Pedal",
|
|
"description": "WebMIDI interface for the RP2350 multi-effects pedal",
|
|
"start_url": "./index.html",
|
|
"display": "standalone",
|
|
"background_color": "#0f1115",
|
|
"theme_color": "#0f1115",
|
|
"icons": [
|
|
{
|
|
"src": "icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|