소스 검색

Create a manifest.

Lee Morgan 1 년 전
부모
커밋
7fe1b7f524
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      views/manifest.json

+ 13 - 0
views/manifest.json

@@ -0,0 +1,13 @@
+{
+    "name": "Workout-Tracker",
+    "short_name": "Workout",
+    "start_url": "/",
+    "display": "standalone",
+    "background_color": "#1A1A1A",
+    "theme_color": "#F46036",
+    "icons": [{
+        "src": "/logo.svg",
+        "sizes": "90x90",
+        "type": "image/svg"
+    }]
+}