Skip to content

Commit

Permalink
PF-1489 - Add app manifest to self app example (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcido authored Oct 5, 2023
1 parent 228033b commit cef3aee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 1 addition & 5 deletions examples/selfie-with-custom-action/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,14 @@ https://github.com/miroapp/app-examples/assets/10428517/1e6862de-8617-46ef-b265-
### Example of app yaml

```yaml
# See https://developers.miro.com/docs/app-manifest on how to use this
appName: Selfie with custom actions
sdkVersion: SDK_V2
sdkUri: http://localhost:3000
redirectUris: []
redirectUriForSdk: ""
scopes:
- boards:read
- boards:write
- webcam:record
icons:
colored: ""
outline: ""
```
# 🗂️ Folder structure <a name="folder"></a>
Expand Down
8 changes: 8 additions & 0 deletions examples/selfie-with-custom-action/app-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See https://developers.miro.com/docs/app-manifest on how to use this
appName: Selfie with custom actions
sdkVersion: SDK_V2
sdkUri: http://localhost:3000
scopes:
- boards:read
- boards:write
- webcam:record

1 comment on commit cef3aee

@vercel
Copy link

@vercel vercel bot commented on cef3aee Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app-examples-wordle – ./examples/wordle

app-examples-wordle.vercel.app
app-examples-wordle-anthonyroux.vercel.app
app-examples-wordle-git-main-anthonyroux.vercel.app

Please sign in to comment.