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,["최종 업데이트: 2025-08-31(UTC)"],[[["\u003cp\u003eAn Apps Script project manifest (\u003ccode\u003eappsscript.json\u003c/code\u003e) is a JSON file containing essential project information that Apps Script needs for proper execution.\u003c/p\u003e\n"],["\u003cp\u003eWhile Apps Script automatically manages the manifest, developers can view and edit it to adjust project settings and configurations.\u003c/p\u003e\n"],["\u003cp\u003eThe manifest structure is detailed in a separate reference guide, and incorrect modifications can impact project functionality or deployment.\u003c/p\u003e\n"],["\u003cp\u003eTo access and edit the manifest, enable the "Show 'appsscript.json' manifest file in editor" option in the project settings within the Apps Script editor.\u003c/p\u003e\n"],["\u003cp\u003eExercise caution when editing the manifest, ensuring its correctness to avoid issues with saving deployments or passing publication review for published projects.\u003c/p\u003e\n"]]],[],null,["# Manifests\n\nAn Apps Script project *manifest* is a special JSON file that specifies a\nbasic project information that Apps Script needs to run the script\nsuccessfully.\n\nApps Script automatically creates and updates the project manifest as you\ncreate your script project and make changes in the Apps Script editor. In most\ncases you never need to view or edit the manifest directly; however, in\ncertain situations it may be beneficial or required.\n\nThe structure of the manifest file and its JSON fields are described in\nthe [Manifest structure](/apps-script/manifest) reference\nguide.\n\nEditing a manifest\n------------------\n\nThe Apps Script editor hides manifest files by default in order to protect\nyour Apps Script project settings. Follow these steps to make a hidden project\nmanifest visible in the Apps Script editor:\n\n1. Open the script project in the Apps Script editor.\n2. Click **Project Settings** settings.\n3. Select the **Show \"appsscript.json\" manifest file in editor** checkbox.\n\nThe manifest file appears as a project file named `appsscript.json`. You\ncan edit this file directly in the editor and save any changes you make. To hide\nthe manifest file after you make your changes, repeat the previous steps and\nclear the **Show \"appsscript.json\" manifest file in editor** checkbox.\n| **Note:** *Hide the manifest when you are done editing.* Your manifest may already contain a number of key:value pairs; these represent the current configuration of your Apps Script project. Exercise care when editing the manifest, as you may inadvertently alter how your script project operates.\n| **Warning:** Make sure you define your manifest file correctly. A poorly defined manifest can prevent you from saving a versioned deployment. A script project that you want to publish can't pass publication review if it lacks required fields or uses OAuth scopes that are too broad."]]