lang
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user