فهرست منبع

Added PWA related category, orientation, screenshots, maskable icon and IARC rating ID.

Thanks to xet7 !
Lauri Ojansivu 4 سال پیش
والد
کامیت
027771b302
4فایلهای تغییر یافته به همراه22 افزوده شده و 1 حذف شده
  1. BIN
      public/maskable_icon.png
  2. BIN
      public/screenshot1.webp
  3. BIN
      public/screenshot2.webp
  4. 22 1
      public/site.webmanifest

BIN
public/maskable_icon.png


BIN
public/screenshot1.webp


BIN
public/screenshot2.webp


+ 22 - 1
public/site.webmanifest

@@ -26,10 +26,31 @@
             "src": "/StoreLogo.scale-100.png",
             "sizes": "50x50",
             "type": "image/png"
+        },
+        {
+            "src": "/maskable_icon.png",
+            "sizes": "474x474",
+            "type": "image/png",
+            "purpose": "maskable"
         }
     ],
+    "screenshots" : [
+      {
+        "src": "/screenshot1.webp",
+        "sizes": "1280x720",
+        "type": "image/webp"
+      },
+      {
+        "src": "/screenshot2.webp",
+        "sizes": "1280x720",
+        "type": "image/webp"
+      }
+    ],
     "theme_color": "#ffffff",
     "background_color": "#ffffff",
     "start_url": "/sign-in",
-    "display": "standalone"
+    "display": "standalone",
+    "orientation": "any",
+    "categories": ["productivity"],
+    "iarc_rating_id": "70d7c4a4-3e5a-4714-a7dc-fa006613ba96"
 }