-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathplugin.json
43 lines (43 loc) · 1.05 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
{
"author": "Buildfire",
"pluginName": "Media Center RSS Feed",
"pluginDescription": "Sync your RSS feeds to deliver interactive, educational content to your users. Import your feed once, and new posts—such as MP4, music, podcasts, and radio—are automatically pulled in.",
"pluginKeywords": "news,pod cast,podcast",
"supportEmail": "[email protected]",
"supportSite": "https://learn.appdocumentation.com/en/articles/805555-media-center-rss-feed-feature-tutorial",
"offlineModeEnabled": true,
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": true
},
"settings": {
"enabled": true
},
"cssInjection": {
"enabled": true,
"layouts": [
{
"name": "Layout",
"imageUrl": "resources/layout1.png",
"cssPath": "widget/styles/layout1.css"
}
]
}
},
"widget": {},
"enableOfflineSupport": true,
"features": [
{
"name": "BackgroundAudio"
},
{
"name": "sharing"
}
],
"languages": [
"en"
]
}