{
  "name": "自主采购平台",
  "short_name": "自主采购",
  "description": "数字化采购平台...",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2d89ef",
  "icons": [
    {
      "src": "imgs/logo1.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "imgs/logo1.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "h5": {
    "devServer": {
      "injectClient": false,    
      "injectHot": false,       
      "liveReload": false,      
      "hot": false,             
      "noInfo": true,          
      "quiet": true,             
      "disableLivereload": true,  
      "routerMode": "hash"        
    }
  }
}