크롬 확장 프로그램이 '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"
}
일부 값을 변경하면 페이지가 업데이트되지만 아무것도 변경되지 않습니다.