make8bitart.com
1{
2 "name": "make8bitart",
3 "short_name": "make8bitart",
4 "description": "make8bitart.com is a fun free in-browser pixel art tool for you!",
5 "icons": [
6 {
7 "sizes": "800x800",
8 "type": "image/png",
9 "src": "/assets/make8bitart-800.png",
10 "purpose": "any"
11 },
12 {
13 "sizes": "180x180",
14 "type": "image/png",
15 "src": "/assets/make8bitart-180.png",
16 "purpose": "maskable"
17 }
18 ],
19 "display": "standalone",
20 "background_color": "#ffffff",
21 "theme_color": "#00ffff",
22 "start_url": "/"
23}