1
0
Fork 0

dark pit gadsden flag

This commit is contained in:
Lethe Beltane 2021-12-05 19:35:50 -06:00
parent 1214a16f5c
commit 73ac582b98
52 changed files with 1453 additions and 43 deletions

20
flag/site.webmanifest Normal file
View file

@ -0,0 +1,20 @@
{
"name": "FlagWaver",
"short_name": "FlagWaver",
"icons": [
{
"src": "https://krikienoid.github.io/flagwaver/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://krikienoid.github.io/flagwaver/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#76aff4",
"background_color": "#76aff4",
"start_url": "./",
"display": "standalone"
}