Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
22 lines
403 B
Text
22 lines
403 B
Text
{
|
|
"name": "GuideStore",
|
|
"icons": [
|
|
{
|
|
"src": "/icon.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "/icon.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"description": "GuideStore.",
|
|
"theme_color": "red",
|
|
"background_color": "red"
|
|
}
|