Initial commit - modstagram-next

This commit is contained in:
root
2026-07-05 13:59:41 +03:30
commit 11e73da693
859 changed files with 117640 additions and 0 deletions

21
public/manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Modstagram",
"short_name": "Modstagram",
"description": "Modstagram App",
"icons": [
{
"src": "/images/icons/256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/images/icons/512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "/"
}