|
@@ -3,17 +3,17 @@
|
|
|
"short_name": "网考移动端",
|
|
|
"icons": [
|
|
|
{
|
|
|
- "src": "/img/icons/android-chrome-192x192.png",
|
|
|
+ "src": "/oe-web/img/icons/android-chrome-192x192.png",
|
|
|
"sizes": "192x192",
|
|
|
"type": "image/png"
|
|
|
},
|
|
|
{
|
|
|
- "src": "/img/icons/android-chrome-384x384.png",
|
|
|
+ "src": "/oe-web/img/icons/android-chrome-384x384.png",
|
|
|
"sizes": "384x384",
|
|
|
"type": "image/png"
|
|
|
}
|
|
|
],
|
|
|
- "start_url": "/index.html",
|
|
|
+ "start_url": "/oe-web/index.html",
|
|
|
"display": "standalone",
|
|
|
"theme_color": "#ffffff",
|
|
|
"background_color": "#ffffff"
|