Stay organized with collections
Save and categorize content based on your preferences.
An Apps Script project manifest is a special JSON file that specifies a
basic project information that Apps Script needs to run the script
successfully.
Apps Script automatically creates and updates the project manifest as you
create your script project and make changes in the Apps Script editor. In most
cases you never need to view or edit the manifest directly; however, in
certain situations it may be beneficial or required.
The structure of the manifest file and its JSON fields are described in
the Manifest structure reference
guide.
Editing a manifest
The Apps Script editor hides manifest files by default in order to protect
your Apps Script project settings. Follow these steps to make a hidden project
manifest visible in the Apps Script editor:
Open the script project in the Apps Script editor.
Click Project Settingssettings.
Select the Show "appsscript.json" manifest file in editor checkbox.
The manifest file appears as a project file named appsscript.json. You
can edit this file directly in the editor and save any changes you make. To hide
the manifest file after you make your changes, repeat the previous steps and
clear the Show "appsscript.json" manifest file in editor checkbox.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 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."]]],[]]