Browse Source

feat(pwa) use current icons

master
Saúl Ibarra Corretgé 4 years ago
parent
commit
d77a7cac3a
3 changed files with 2 additions and 2 deletions
  1. BIN
      static/pwa/icons/icon192.png
  2. BIN
      static/pwa/icons/icon512.png
  3. 2
    2
      static/pwa/manifest.json

BIN
static/pwa/icons/icon192.png View File


BIN
static/pwa/icons/icon512.png View File


+ 2
- 2
static/pwa/manifest.json View File

22
     }
22
     }
23
   ],
23
   ],
24
   "start_url": "/",
24
   "start_url": "/",
25
-  "background_color": "#2a3a4b",
25
+  "background_color": "#17A0DB",
26
   "display": "standalone",
26
   "display": "standalone",
27
   "scope": "/",
27
   "scope": "/",
28
-  "theme_color": "#2a3a4b"
28
+  "theme_color": "#17A0DB"
29
  }
29
  }
30
  
30
  

Loading…
Cancel
Save