add: param based pwa manifest
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "Zhivan - ژیوان",
|
||||
"short_name": "Zhivan",
|
||||
"start_url": "/zhivan",
|
||||
"scope": "/",
|
||||
"id": "/zhivan",
|
||||
"display": "standalone",
|
||||
"display_override": [
|
||||
"fullscreen",
|
||||
"minimal-ui",
|
||||
"browser"
|
||||
],
|
||||
"background_color": "#F4F5F9",
|
||||
"theme_color": "#F4F5F9",
|
||||
"orientation": "portrait",
|
||||
"description": "Zhivan Menu by Danak. DMenu is a modern, user-friendly menu management system designed to enhance the dining experience.",
|
||||
"dir": "rtl",
|
||||
"lang": "fa-IR",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Zhivan",
|
||||
"url": "https://dmenu.com/zhivan"
|
||||
},
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/web-app-manifest-192x192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/web-app-manifest-512x512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512",
|
||||
"purpose": "any"
|
||||
}
|
||||
],
|
||||
"categories": [
|
||||
"food",
|
||||
"restaurant",
|
||||
"productivity"
|
||||
],
|
||||
"related_applications": [],
|
||||
"prefer_related_applications": false
|
||||
}
|
||||
Reference in New Issue
Block a user