An app for logging board climbs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: update icon

+19 -9
+19 -9
www/manifest.json
··· 1 1 { 2 - "short_name": "climbapp", 3 - "name": "ClimbApp", 4 - "description": "", 2 + "short_name": "ClimbApp", 3 + "name": "Climb App", 4 + "description": "An app for tracking moonboard progress", 5 5 "id": "https://climb.bpev.me", 6 - "categories": [], 6 + "categories": ["fitness"], 7 7 "orientation": "portrait", 8 8 "icons": [ 9 9 { 10 10 "src": "/dist/icons/128x128.png", 11 11 "sizes": "128x128", 12 - "type": "image/png" 12 + "type": "image/png", 13 + "purpose": "any" 14 + }, 15 + { 16 + "src": "/dist/icons/192x192.png", 17 + "sizes": "192x192", 18 + "type": "image/png", 19 + "purpose": "any maskable" 13 20 }, 14 21 { 15 22 "src": "/dist/icons/256x256.png", 16 23 "sizes": "256x256", 17 - "type": "image/png" 24 + "type": "image/png", 25 + "purpose": "any" 18 26 }, 19 27 { 20 28 "src": "/dist/icons/512x512.png", 21 29 "sizes": "512x512", 22 - "type": "image/png" 30 + "type": "image/png", 31 + "purpose": "any maskable" 23 32 }, 24 33 { 25 34 "src": "/dist/icons/icon.png", 26 35 "sizes": "1024x1024", 27 - "type": "image/png" 36 + "type": "image/png", 37 + "purpose": "any" 28 38 } 29 39 ], 30 40 "start_url": "/", 31 41 "display": "standalone", 32 42 "theme_color": "#797ED2", 33 - "background_color": "#fff" 43 + "background_color": "#ffffff" 34 44 }
www/static/brand/icon.png

This is a binary file and will not be displayed.

www/static/brand/title-background.png

This is a binary file and will not be displayed.

www/static/brand/title-dark.png

This is a binary file and will not be displayed.

www/static/brand/title.png

This is a binary file and will not be displayed.