rastrillo / aviso Public
| 1 | { |
| 2 | "id": "/", |
| 3 | "name": "aviso example", |
| 4 | "short_name": "aviso", |
| 5 | "start_url": "/", |
| 6 | "scope": "/", |
| 7 | "display": "standalone", |
| 8 | "theme_color": "#5b6cff", |
| 9 | "background_color": "#f6f7fb", |
| 10 | "icons": [ |
| 11 | { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png" }, |
| 12 | { "src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png" } |
| 13 | ] |
| 14 | } |
| 15 |