audio streaming app plyr.fm
at 2d6c4f9073da0d0f258664d82ac0e073ebe71164 25 lines 649 B view raw
1{ 2 "lexicon": 1, 3 "id": "fm.plyr.authFullApp", 4 "defs": { 5 "main": { 6 "type": "permission-set", 7 "title": "Full plyr.fm Access", 8 "detail": "Provides full access to all plyr.fm features including uploading and managing tracks, playlists, likes, and comments.", 9 "permissions": [ 10 { 11 "type": "permission", 12 "resource": "repo", 13 "action": ["create", "update", "delete"], 14 "collection": [ 15 "fm.plyr.track", 16 "fm.plyr.like", 17 "fm.plyr.comment", 18 "fm.plyr.list", 19 "fm.plyr.actor.profile" 20 ] 21 } 22 ] 23 } 24 } 25}