| 1 | { |
| 2 | "name": "SillyTavern", |
| 3 | "short_name": "SillyTavern", |
| 4 | "start_url": "/", |
| 5 | "display": "standalone", |
| 6 | "theme_color": "#202124", |
| 7 | "background_color": "#202124", |
| 8 | "icons": [ |
| 9 | { |
| 10 | "src": "img/apple-icon-57x57.png", |
| 11 | "sizes": "57x57", |
| 12 | "type": "image/png" |
| 13 | }, |
| 14 | { |
| 15 | "src": "img/apple-icon-72x72.png", |
| 16 | "sizes": "72x72", |
| 17 | "type": "image/png" |
| 18 | }, |
| 19 | { |
| 20 | "src": "img/apple-icon-114x114.png", |
| 21 | "sizes": "114x114", |
| 22 | "type": "image/png" |
| 23 | }, |
| 24 | { |
| 25 | "src": "img/apple-icon-144x144.png", |
| 26 | "sizes": "144x144", |
| 27 | "type": "image/png" |
| 28 | }, |
| 29 | { |
| 30 | "src": "img/apple-icon-192x192.png", |
| 31 | "sizes": "192x192", |
| 32 | "type": "image/png" |
| 33 | }, |
| 34 | { |
| 35 | "src": "img/apple-icon-512x512.png", |
| 36 | "sizes": "512x512", |
| 37 | "type": "image/png" |
| 38 | } |
| 39 | ] |
| 40 | } |