{
  "name": "CarAI - 骑行车辆检测",
  "short_name": "CarAI",
  "description": "电动车骑行时实时检测路边停靠车辆与路中行驶车辆，自动标注车牌",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
