Voicemeeter-remote-frontend/public/manifest.json
Maksym df1bb8c35a modified: .gitignore
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
2024-07-30 02:39:44 +02:00

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"
}
}