Diferencia entre revisiones de «MediaWiki:PWA-manifest.json»
Página creada con «{ "name": "Countryball Wiki ES", "short_name": "Wiki ES", "description": "Enciclopedia de la comunidad hispana de Countryballs", "start_url": "/index.php/Página_principal", "display": "standalone", "background_color": "#ffffff", "theme_color": "#3366cc", "icons": [ { "src": "https://countryballwikies.xyz/resources/assets/Countrybalwikies.png", "sizes": "192x192", "type": "image/png" }…» |
Sin resumen de edición |
||
| Línea 2: | Línea 2: | ||
"name": "Countryball Wiki ES", | "name": "Countryball Wiki ES", | ||
"short_name": "Wiki ES", | "short_name": "Wiki ES", | ||
" | "start_url": "/index.php/Página_principal?pwa-id=main", | ||
" | "scope": "/", | ||
"display": "standalone", | "display": "standalone", | ||
"background_color": "#ffffff", | "background_color": "#ffffff", | ||
"theme_color": "# | "theme_color": "#0a6ebd", | ||
"icons": [ | "icons": [ | ||
{ | { | ||
"src": " | "src": "/resources/pwa-icon-192.png", | ||
"sizes": "192x192", | "sizes": "192x192", | ||
"type": "image/png" | "type": "image/png" | ||
}, | }, | ||
{ | { | ||
"src": " | "src": "/resources/pwa-icon-512.png", | ||
"sizes": "512x512", | "sizes": "512x512", | ||
"type": "image/png" | "type": "image/png" | ||
} | |||
], | |||
"shortcuts": [ | |||
{ | |||
"name": "Portada", | |||
"short_name": "Inicio", | |||
"url": "/index.php/Página_principal?pwa-id=main" | |||
}, | |||
{ | |||
"name": "Notificaciones", | |||
"short_name": "Notifs", | |||
"url": "/index.php/Especial:Notifications?pwa-id=main" | |||
} | } | ||
] | ] | ||
} | } | ||