Skip to content

Commit d33ee78

Browse files
committed
fix: Add permissions to get shortcuts for top bar
1 parent e131c21 commit d33ee78

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

manifest.webapp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"description": "Required by the cozy-bar to display storage usage",
3030
"type": "io.cozy.settings",
3131
"verbs": ["GET"]
32+
},
33+
"files": {
34+
"description": "Required to get shortcuts",
35+
"type": "io.cozy.files",
36+
"verbs": ["GET"]
3237
}
3338
}
3439
}

0 commit comments

Comments
 (0)