add git action workflow: build image, push to image registry

This commit is contained in:
2025-06-14 21:18:28 -05:00
parent 25cc4b33a9
commit db54312600
13 changed files with 44 additions and 27 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "uuard",
"short_name": "w",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}