2026-01-03 16:57:14 -08:00
{
2026-01-03 18:25:17 -08:00
"id" : "/" ,
2026-01-03 16:57:14 -08:00
"name" : "MacroPad Server" ,
"short_name" : "MacroPad" ,
"description" : "Remote macro control for your desktop" ,
"start_url" : "/" ,
2026-01-03 18:25:17 -08:00
"scope" : "/" ,
2026-01-03 16:57:14 -08:00
"display" : "standalone" ,
2026-07-17 10:32:04 -07:00
"background_color" : "#15161a" ,
"theme_color" : "#7c5cff" ,
2026-01-03 16:57:14 -08:00
"orientation" : "any" ,
2026-07-17 10:32:04 -07:00
"//" : "Maskable icons ideally need ~10% transparent padding so they aren't cropped inside the platform safe zone; the current PNGs are reused as-is without new art." ,
2026-01-03 16:57:14 -08:00
"icons" : [
{
"src" : "/static/icons/icon-192.png" ,
"sizes" : "192x192" ,
"type" : "image/png" ,
2026-01-03 18:25:17 -08:00
"purpose" : "any"
},
{
"src" : "/static/icons/icon-192.png" ,
"sizes" : "192x192" ,
"type" : "image/png" ,
"purpose" : "maskable"
},
{
"src" : "/static/icons/icon-512.png" ,
"sizes" : "512x512" ,
"type" : "image/png" ,
"purpose" : "any"
2026-01-03 16:57:14 -08:00
},
{
"src" : "/static/icons/icon-512.png" ,
"sizes" : "512x512" ,
"type" : "image/png" ,
2026-01-03 18:25:17 -08:00
"purpose" : "maskable"
2026-01-03 16:57:14 -08:00
}
],
2026-01-03 18:25:17 -08:00
"categories" : [ "utilities" , "productivity" ],
"prefer_related_applications" : false
2026-01-03 16:57:14 -08:00
}