-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathplugin.json
50 lines (50 loc) · 1.21 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"author": "Buildfire",
"pluginName": "Media Center",
"pluginDescription": "Create, categorize, and manage diverse media content with the Media Center plugin. Easily organize MP4, streams, music, podcasts, and radio entries for efficient access.",
"supportEmail": "support@buildfire.com",
"pluginIcon": "icon.png",
"offlineModeEnabled": true,
"enableOfflineSupport": true,
"supportSite": "http://learn.appdocumentation.com/plugin-tutorials/media-center-manual-plugin-tutorial/",
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": true
},
"settings": {
"enabled": true
},
"language": {
"enabled": true,
"languageJsonPath": "resources/languages.json",
"tagName": "bfLanguageSettings_en-us"
},
"cssInjection": {
"enabled": true,
"layouts": [
{
"name": "Layout 1",
"imageUrl": "resources/layouts_img/layout1.png",
"cssPath": "widget/layouts/layout1.css"
}
]
}
},
"widget": {
},
"features": [
{
"name": "BackgroundAudio"
},
{
"name": "BackgroundMode"
}
],
"languages": [
"en"
],
"keywords": "Media Center Manual"
}