26 lines
682 B
JSON
26 lines
682 B
JSON
|
|
{
|
||
|
|
"name": "MacroPad Server",
|
||
|
|
"short_name": "MacroPad",
|
||
|
|
"description": "Remote macro control for your desktop",
|
||
|
|
"start_url": "/",
|
||
|
|
"display": "standalone",
|
||
|
|
"background_color": "#2e2e2e",
|
||
|
|
"theme_color": "#007acc",
|
||
|
|
"orientation": "any",
|
||
|
|
"icons": [
|
||
|
|
{
|
||
|
|
"src": "/static/icons/icon-192.png",
|
||
|
|
"sizes": "192x192",
|
||
|
|
"type": "image/png",
|
||
|
|
"purpose": "any maskable"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "/static/icons/icon-512.png",
|
||
|
|
"sizes": "512x512",
|
||
|
|
"type": "image/png",
|
||
|
|
"purpose": "any maskable"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"categories": ["utilities", "productivity"]
|
||
|
|
}
|