Created
May 9, 2021 15:44
-
-
Save ayanchoudhary/eb66ca42be88f82f9f2fdccdd90d6e8e to your computer and use it in GitHub Desktop.
oauth workflow manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "com.example.adobe.oauth-workflow", | |
| "name": "oauth-workflow-sample", | |
| "version": "1.0.0", | |
| "main": "index.html", | |
| "host": [ | |
| { | |
| "app": "PS", | |
| "minVersion": "22.0.0" | |
| } | |
| ], | |
| "manifestVersion": 4, | |
| "entrypoints": [ | |
| { | |
| "type": "panel", | |
| "id": "vanilla", | |
| "minimumSize": { | |
| "width": 230, | |
| "height": 200 | |
| }, | |
| "maximumSize": { | |
| "width": 2000, | |
| "height": 2000 | |
| }, | |
| "preferredDockedSize": { | |
| "width": 230, | |
| "height": 300 | |
| }, | |
| "preferredFloatingSize": { | |
| "width": 230, | |
| "height": 300 | |
| }, | |
| "label": { | |
| "default": "OAuth Sample" | |
| } | |
| } | |
| ], | |
| "icons": [ | |
| { | |
| "width": 23, | |
| "height": 23, | |
| "path": "icons/dark.png", | |
| "scale": [ | |
| 1, | |
| 2 | |
| ], | |
| "theme": [ | |
| "darkest", | |
| "dark", | |
| "medium" | |
| ] | |
| }, | |
| { | |
| "width": 23, | |
| "height": 23, | |
| "path": "icons/light.png", | |
| "scale": [ | |
| 1, | |
| 2 | |
| ], | |
| "theme": [ | |
| "lightest", | |
| "light" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment