| { | |
| "name": "GhostBoard", | |
| "short_name": "GhostBoard", | |
| "description": "Anonymous Imageboard", | |
| "start_url": "/", | |
| "display": "standalone", | |
| "background_color": "#ffffff", | |
| "theme_color": "#ffffff", | |
| "icons": [ | |
| { | |
| "src": "/static/images/icon.svg", | |
| "sizes": "any", | |
| "type": "image/svg+xml", | |
| "purpose": "any maskable" | |
| }, | |
| { | |
| "src": "/static/images/icon.svg", | |
| "sizes": "192x192", | |
| "type": "image/svg+xml" | |
| }, | |
| { | |
| "src": "/static/images/icon.svg", | |
| "sizes": "512x512", | |
| "type": "image/svg+xml" | |
| } | |
| ] | |
| } | |