Aleksmorshen commited on
Commit
c824b2d
·
verified ·
1 Parent(s): 7f8e5d1

Update manifest.json

Browse files
Files changed (1) hide show
  1. manifest.json +4 -3
manifest.json CHANGED
@@ -3,8 +3,9 @@
3
  "short_name": "eUM",
4
  "start_url": "/",
5
  "display": "fullscreen",
6
- "background_color": "#f8f9fa",
7
- "theme_color": "#f8f9fa",
 
8
  "icons": [
9
  {
10
  "src": "/icon.png",
@@ -12,4 +13,4 @@
12
  "type": "image/png"
13
  }
14
  ]
15
- }
 
3
  "short_name": "eUM",
4
  "start_url": "/",
5
  "display": "fullscreen",
6
+ "orientation": "portrait",
7
+ "background_color": "#000000",
8
+ "theme_color": "#000000",
9
  "icons": [
10
  {
11
  "src": "/icon.png",
 
13
  "type": "image/png"
14
  }
15
  ]
16
+ }