source:
public/manifest.json
Last change on this file was 5d6f37a, checked in by , 7 weeks ago | |
---|---|
|
|
File size: 416 bytes |
Rev | Line | |
---|---|---|
[5d6f37a] | 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.