43 lines
1019 B
Plaintext
43 lines
1019 B
Plaintext
{
|
||
"name": "Fizzy",
|
||
"icons": [
|
||
{
|
||
"src": "/app-icon-192.png",
|
||
"type": "image/png",
|
||
"sizes": "192x192"
|
||
},
|
||
{
|
||
"src": "/app-icon.png",
|
||
"type": "image/png",
|
||
"sizes": "512x512"
|
||
},
|
||
{
|
||
"src": "/app-icon.png",
|
||
"type": "image/png",
|
||
"sizes": "512x512",
|
||
"purpose": "maskable"
|
||
}
|
||
],
|
||
"start_url": "/",
|
||
"display": "standalone",
|
||
"scope": "/",
|
||
"description": "Bubble-up the biggest issues in your projects",
|
||
"categories": ["bugs", "business", "productivity"],
|
||
"shortcuts": [
|
||
{
|
||
"name": "Notifications",
|
||
"description": "Catch up on recent notifications",
|
||
"url": "/notifications",
|
||
"icons": [{ "src": "<%= image_url("bell.svg") %>", "sizes": "any" }]
|
||
},
|
||
{
|
||
"name": "Latest Activity",
|
||
"description": "See what’s new",
|
||
"url": "/events",
|
||
"icons": [{ "src": "<%= image_url("activity.svg") %>", "sizes": "any" }]
|
||
}
|
||
],
|
||
"theme_color": "#ffffff",
|
||
"background_color": "#ffffff"
|
||
}
|