plugin.json (259B)
1 { 2 "id": "radio", 3 "name": "Radio", 4 "version": "0.1.6", 5 "description": "A playful community radio: create stations, upload MP3 tracks, and tune in.", 6 "entryClient": "client.js", 7 "entryServer": "server.js", 8 "permissions": ["ui", "ws", "uploads"] 9 }