我知道chrome扩展使用'manifest.json`,但是在这里,它也被用作其他东西。
内容-
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
当我更改某些值时,页面会更新,但没有任何变化。