mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-11 10:45:41 +00:00
20 lines
458 B
JSON
20 lines
458 B
JSON
// HTTPS required for this to work
|
|
// Remember: <link rel="manifest" href="manifest.json" />
|
|
{
|
|
"short_name": "amsreader",
|
|
"name": "AMS reader",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"background_color": "#f3f4f6",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"theme_color": "#7c3aed"
|
|
}
|