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