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
26
public/AeroGrow/manifest.json
Normal file
26
public/AeroGrow/manifest.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "AeroGrow",
|
||||
"short_name": "AeroGrow",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 48x48 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone",
|
||||
"orientation": "any"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue