modified: next.config.mjs modified: package-lock.json modified: package.json new file: public/manifest.json renamed: src/app/component/BusStrip.tsx -> src/app/component/Bus.tsx modified: src/app/component/Strip.tsx modified: src/app/component/StripBusOutput.tsx modified: src/app/layout.tsx modified: src/app/page.tsx
12 lines
256 B
JSON
12 lines
256 B
JSON
{
|
|
"theme_color": "#121212",
|
|
"background_color": "#121212",
|
|
"display": "fullscreen",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"name": "Voicemeeter Remote Control",
|
|
"short_name": "VMRC",
|
|
"icons": {
|
|
"name": "favicon.ico"
|
|
}
|
|
} |