This commit is contained in:
payacom
2026-07-23 15:58:15 +03:30
parent af5b27b610
commit a1d7db5e7e
445 changed files with 23456 additions and 8865 deletions

View File

@@ -5,10 +5,12 @@
"lang": "fa",
"dir": "rtl",
"scope": "/",
"start_url": "/",
"id": "/",
"start_url": "/?source=pwa&lang=fa",
"id": "modstagram-pwa",
"display": "standalone",
"display_override": ["standalone", "minimal-ui", "browser"],
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "/images/icons/192x192.png",
@@ -29,13 +31,19 @@
"purpose": "any"
},
{
"src": "/images/icons/512x512.png",
"src": "/images/icons/maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/images/icons/maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"theme_color": "#FF107D",
"background_color": "#ffffff",
"categories": ["social", "business"]
}