| 1 |
{ |
| 2 |
"name": "Makenotwork", |
| 3 |
"short_name": "Makenotwork", |
| 4 |
"description": "Sell your work directly. 0% platform fee — only Stripe's ~3% processing.", |
| 5 |
"start_url": "/", |
| 6 |
"display": "minimal-ui", |
| 7 |
"background_color": "#ede8e1", |
| 8 |
"theme_color": "#3d3530", |
| 9 |
"icons": [ |
| 10 |
{ |
| 11 |
"src": "/static/images/logo.png", |
| 12 |
"type": "image/png", |
| 13 |
"sizes": "any", |
| 14 |
"purpose": "any" |
| 15 |
}, |
| 16 |
{ |
| 17 |
"src": "/static/images/favicon.ico", |
| 18 |
"type": "image/x-icon", |
| 19 |
"sizes": "any" |
| 20 |
} |
| 21 |
] |
| 22 |
} |
| 23 |
|