1
1
mirror of https://github.com/xodivorce/isdowndetectordown.git synced 2025-12-20 05:49:34 +05:30

(chore): initial MVP release

This commit is contained in:
2025-11-21 14:41:07 +05:30
commit ebaf5cb698
117 changed files with 15381 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "isdowndetectordown",
"short_name": "isdowndetectordown",
"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"
}