source: public/manifest.json@ 5d6f37a

main
Last change on this file since 5d6f37a was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago

add customer

  • Property mode set to 100644
File size: 416 bytes
Line 
1{
2 "name": "MVP Masters",
3 "short_name": "MVP Masters",
4 "display": "standalone",
5 "start_url": "/",
6 "theme_color": "#000000",
7 "background_color": "#ffffff",
8 "icons": [
9 {
10 "src": "favicon/android-chrome-192x192.png",
11 "sizes": "192x192",
12 "type": "image/png"
13 },
14 {
15 "src": "favicon/android-chrome-512x512.png",
16 "sizes": "512x512",
17 "type": "image/png"
18 }
19 ]
20}
Note: See TracBrowser for help on using the repository browser.