Import and Export Application Manifest
Note: The following guide only applies to Laserfiche Cloud.
An application manifest is a JSON file that contains information about the application. You can use it to create an application in the Developer Console. Conversely, you can also export a manifest from an existing application.
Add a Manifest to Your Existing Application
- In the Developer Console, click the application that you want to add manifest information to.
- On the App Configuration page, in the “Developer Info” section, fill in details about your app and save your changes.
Create an Application from a Manifest
- In the Developer Console, on the Applications listing page, click the New button to register a new application.
- On the Create Application dialog box, select the Create an app from a manifest option.
-
Click Choose file to select the manifest file that you want to use to create the application.
Note: the file must be in JSON format (with extension
.json
or.txt
) and contain all the required fields. - Use the preview to verify that the manifest file looks correct and then click Create application.
- View the auto-created app configuration to verify that all the field values are correct and make changes as needed.
Export a Manifest from an Existing Application
- In the Developer Console, select to the application that you want to export.
- In the App Configuration page, click Export manifest in the upper right corner.
- In the top right corner of the preview, click the clipboard button to save the contents of the manifest to the clipboard. You can also choose to download the manifest as a JSON file by clicking the Download as .json file button.