upgrade to installable PWA. Fixes #6
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "WijiBoard Control",
|
||||
"short_name": "WijiBoard",
|
||||
"description": "WijiBoard SCARA arm control dashboard.",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#1e1e1e",
|
||||
"theme_color": "#1a73e8",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.svg",
|
||||
"sizes": "192x192 512x512 any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user