Setup GitHub Actions & npm

This commit is contained in:
2022-12-20 16:56:12 +01:00
parent 8e3bf80715
commit 4f72535365
93 changed files with 2695 additions and 1684 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "Stacjownik TD2",
"short_name": "Stacjownik",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffc014",
"background_color": "#4d4d4d",
"display": "standalone",
"start_url": "."
}