Files
shawn ae13b3739d
CMake / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
feat: Add OP Labs branding — favicon, PWA icons, manifest, UI logo
- OP Labs icon SVG as default app icon + favicon (SVG + ICO fallback)
- 192x192 and 512x512 PWA icons generated from OP Labs logo
- Updated manifest.json with SVG favicon + maskable icon support
- Updated index.html with SVG favicon link
- Replaced old ic_logo.svg with OP Labs icon mark
- Stored OP Labs logo assets (icon, horizontal, square) in artifacts/
- Removed old PiPedal20Thumb.jpg
2026-06-20 12:03:42 -04:00

52 lines
1.3 KiB
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.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"start_url": ".",
"theme_color": "#000000",
"display": "standalone",
"display_override": [
"fullscreen",
"standalone",
"minimal-ui",
"browser"
],
"background_color": "#000000"
}