Diferencia entre revisiones de «MediaWiki:Manifest.json»
Página creada con «{ "name": "Countryball Wiki ES", "start_url": "/index.php/P%C3%A1gina_principal?pwa-id=main", "shortcuts": [ { "short_name": "Notifications", "name": "Notifications", "url": "/wiki/Especial:Notificaciones?pwa-id=main" }, { "short_name": "Watchlist", "name": "Watchlist", "url": "/wiki/Especial:Seguimiento?pwa-id=main" } ] }» Etiqueta: Recreado |
mSin resumen de edición |
||
| Línea 1: | Línea 1: | ||
{ | { | ||
"name": "Countryball Wiki ES", | "name": "Countryball Wiki ES", | ||
"short_name": "CB Wiki ES", | |||
"start_url": "/index.php/P%C3%A1gina_principal?pwa-id=main", | "start_url": "/index.php/P%C3%A1gina_principal?pwa-id=main", | ||
"display": "standalone", | |||
"theme_color": "#ffffff", | |||
"background_color": "#ffffff", | |||
"icons": [ | |||
{ | |||
"src": "/images/pwa-icon-192.png", | |||
"sizes": "192x192", | |||
"type": "image/png", | |||
"purpose": "any maskable" | |||
}, | |||
{ | |||
"src": "/images/pwa-icon-512.png", | |||
"sizes": "512x512", | |||
"type": "image/png", | |||
"purpose": "any maskable" | |||
} | |||
], | |||
"shortcuts": [ | "shortcuts": [ | ||
{ | { | ||
"short_name": "Notifications", | "short_name": "Notifications", | ||
"name": "Notifications", | "name": "Notifications", | ||
"url": "/ | "url": "/index.php/Especial:Notificaciones?pwa-id=main" | ||
}, | }, | ||
{ | { | ||
"short_name": "Watchlist", | "short_name": "Watchlist", | ||
"name": "Watchlist", | "name": "Watchlist", | ||
"url": "/ | "url": "/index.php/Especial:Seguimiento?pwa-id=main" | ||
} | } | ||
] | ] | ||
} | } | ||