@ -1,6 +0,0 @@ |
|||||
[submodule "design"] |
|
||||
path = design |
|
||||
url = https://github.com/meshtastic/meshtastic-design/ |
|
||||
[submodule "public/design"] |
|
||||
path = public/design |
|
||||
url = https://github.com/meshtastic/meshtastic-design/ |
|
||||
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 745 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 893 B |
@ -0,0 +1,21 @@ |
|||||
|
{ |
||||
|
"name": "Meshtastic", |
||||
|
"short_name": "Meshtastic", |
||||
|
"start_url": ".", |
||||
|
"description": "Meshtastic web app", |
||||
|
"icons": [ |
||||
|
{ |
||||
|
"src": "/android-chrome-192x192.png", |
||||
|
"sizes": "192x192", |
||||
|
"type": "image/png" |
||||
|
}, |
||||
|
{ |
||||
|
"src": "/android-chrome-512x512.png", |
||||
|
"sizes": "512x512", |
||||
|
"type": "image/png" |
||||
|
} |
||||
|
], |
||||
|
"theme_color": "#67ea94", |
||||
|
"background_color": "#67ea94", |
||||
|
"display": "standalone" |
||||
|
} |
||||
|
After Width: | Height: | Size: 1.9 KiB |