Mercurial > web
annotate icons/site.webmanifest @ 18:7f1decd761af
Add files via upload
committer: GitHub <noreply@github.com>
| author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
|---|---|
| date | Fri, 03 Sep 2021 23:50:52 -0400 |
| parents | e7ca289b45ec |
| children |
| rev | line source |
|---|---|
| 13 | 1 { |
| 2 "name": "", | |
| 3 "short_name": "", | |
| 4 "icons": [ | |
| 5 { | |
| 6 "src": "android-chrome-192x192.png", | |
| 7 "sizes": "192x192", | |
| 8 "type": "image/png" | |
| 9 }, | |
| 10 { | |
| 11 "src": "android-chrome-512x512.png", | |
| 12 "sizes": "512x512", | |
| 13 "type": "image/png" | |
| 14 } | |
| 15 ], | |
| 16 "theme_color": "#ffffff", | |
| 17 "background_color": "#ffffff", | |
| 18 "display": "standalone" | |
| 19 } |
