acfb8d15ab
Updated branding across the project: - CMakeLists.txt: project name, description, homepage, display version - src/PiPedalVersion.cpp: server name string - debian/control: package name, source, homepage, description - vite/package.json: package name - vite/index.html: title, meta description - vite/public/manifest.json: name, short_name, description, URLs - UI files: AboutDialog, AppThemed, MainPage, SettingsDialog, UpdateDialog, WifiConfigDialog, WifiConfigSettings, WifiDirectConfigSettings, Tone3000Downloader, Tone3000HelpDialog, WindowScale Preserved upstream copyright/attribution and legal references.
39 lines
993 B
JSON
39 lines
993 B
JSON
{
|
|
"manifest_version": 3,
|
|
"short_name": "OP-Pedal",
|
|
"name": "OP-Pedal",
|
|
"author": "Robin E.R. Davies",
|
|
"description": "A web-based client for the OP-Pedal guitar effects processor.",
|
|
"developer": {
|
|
"name": "Robin E.R. Davies",
|
|
"url": "https://ourpad.casa/op-pedal"
|
|
},
|
|
"homepage_url": "https://ourpad.casa/op-pedal",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "logo192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "logo512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"theme_color": "#000000",
|
|
"display": "standalone",
|
|
"display_override": [
|
|
"fullscreen",
|
|
"standalone",
|
|
"minimal-ui",
|
|
"browser"
|
|
],
|
|
"background_color": "#000000"
|
|
} |