|
@@ -3,38 +3,38 @@
|
|
"short_name": "Wekan",
|
|
"short_name": "Wekan",
|
|
"icons": [
|
|
"icons": [
|
|
{
|
|
{
|
|
- "src": "/android-chrome-192x192.png",
|
|
|
|
|
|
+ "src": "android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
"type": "image/png"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "src": "/android-chrome-512x512.png",
|
|
|
|
|
|
+ "src": "android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
"type": "image/png"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "src": "/Square150x150Logo.scale-100.png",
|
|
|
|
|
|
+ "src": "Square150x150Logo.scale-100.png",
|
|
"sizes": "150x150",
|
|
"sizes": "150x150",
|
|
"type": "image/png"
|
|
"type": "image/png"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "src": "/Square44x44Logo.scale-100.png",
|
|
|
|
|
|
+ "src": "Square44x44Logo.scale-100.png",
|
|
"sizes": "44x44",
|
|
"sizes": "44x44",
|
|
"type": "image/png"
|
|
"type": "image/png"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "src": "/StoreLogo.scale-100.png",
|
|
|
|
|
|
+ "src": "StoreLogo.scale-100.png",
|
|
"sizes": "50x50",
|
|
"sizes": "50x50",
|
|
"type": "image/png"
|
|
"type": "image/png"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "src": "/maskable_icon.png",
|
|
|
|
|
|
+ "src": "maskable_icon.png",
|
|
"sizes": "474x474",
|
|
"sizes": "474x474",
|
|
"type": "image/png",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
"purpose": "maskable"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "src": "/monochrome-icon-512x512.png",
|
|
|
|
|
|
+ "src": "monochrome-icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"type": "image/png",
|
|
"purpose": "monochrome"
|
|
"purpose": "monochrome"
|
|
@@ -42,19 +42,19 @@
|
|
],
|
|
],
|
|
"screenshots" : [
|
|
"screenshots" : [
|
|
{
|
|
{
|
|
- "src": "/screenshot1.webp",
|
|
|
|
|
|
+ "src": "screenshot1.webp",
|
|
"sizes": "1280x720",
|
|
"sizes": "1280x720",
|
|
"type": "image/webp"
|
|
"type": "image/webp"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "src": "/screenshot2.webp",
|
|
|
|
|
|
+ "src": "screenshot2.webp",
|
|
"sizes": "1280x720",
|
|
"sizes": "1280x720",
|
|
"type": "image/webp"
|
|
"type": "image/webp"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
- "start_url": "/sign-in",
|
|
|
|
|
|
+ "start_url": "sign-in",
|
|
"display": "standalone",
|
|
"display": "standalone",
|
|
"orientation": "any",
|
|
"orientation": "any",
|
|
"categories": ["productivity"],
|
|
"categories": ["productivity"],
|