added other white labels and changed dev whitelabel to be bxt
This commit is contained in:
parent
6dab685c2d
commit
22a892fa7b
53 changed files with 2812 additions and 3 deletions
21
public/AdaptiveConstruction/manifest.json
Normal file
21
public/AdaptiveConstruction/manifest.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "Adaptive Construction",
|
||||
"short_name": "AdCon",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "48x48",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"theme_color": "#272727",
|
||||
"background_color": "#303030",
|
||||
"display": "standalone",
|
||||
"orientation": "any"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue