Apps Script 프로젝트 매니페스트는 Apps Script가 스크립트를 성공적으로 실행하는 데 필요한 기본 프로젝트 정보를 지정하는 특수 JSON 파일입니다.
스크립트 프로젝트를 만들고 Apps Script 편집기에서 변경하면 Apps Script에서 프로젝트 매니페스트를 자동으로 만들고 업데이트합니다. 대부분의 경우 매니페스트를 직접 보거나 수정할 필요가 없습니다. 하지만 특정 상황에서는 유용하거나 필요할 수 있습니다.
매니페스트 파일의 구조와 JSON 필드는 매니페스트 구조 참조 가이드에 설명되어 있습니다.
매니페스트 수정
Apps Script 편집기는 기본적으로 Apps Script 프로젝트 설정을 보호하기 위해 매니페스트 파일을 숨깁니다. 숨겨진 프로젝트 매니페스트를 Apps Script 편집기에 표시하려면 다음 단계를 따르세요.
Apps Script 편집기에서 스크립트 프로젝트를 엽니다.
프로젝트 설정settings를 클릭합니다.
편집기에 'appsscript.json' 매니페스트 파일 표시 체크박스를 선택합니다.
매니페스트 파일은 appsscript.json라는 프로젝트 파일로 나타납니다. 편집기에서 이 파일을 직접 수정하고 변경사항을 저장할 수 있습니다. 변경한 후 매니페스트 파일을 숨기려면 이전 단계를 반복하고 편집기에 'appsscript.json' 매니페스트 파일 표시 체크박스를 선택 해제합니다.
[null,null,["최종 업데이트: 2024-12-22(UTC)"],[[["An Apps Script project manifest (`appsscript.json`) is a JSON file containing essential project information that Apps Script needs for proper execution."],["While Apps Script automatically manages the manifest, developers can view and edit it to adjust project settings and configurations."],["The manifest structure is detailed in a separate reference guide, and incorrect modifications can impact project functionality or deployment."],["To access and edit the manifest, enable the \"Show 'appsscript.json' manifest file in editor\" option in the project settings within the Apps Script editor."],["Exercise caution when editing the manifest, ensuring its correctness to avoid issues with saving deployments or passing publication review for published projects."]]],[]]