-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
32 lines (32 loc) · 968 Bytes
/
manifest.json
File metadata and controls
32 lines (32 loc) · 968 Bytes
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
{
"name": "com.cortexpowered.apps.web-page",
"version": "1.0.0",
"displayName": "Web Page",
"description": "This application displays a fullscreen web page.",
"author": "Cortex",
"email": "support@cortexpowered.com",
"homepage": "http://www.cortexpowered.com",
"type": "application",
"assets": {
"icon128": "",
"icon256": "./app_assets/icon256.png",
"icon512": "",
"screenshot1": "./app_assets/screenshot1.png",
"screenshot2": "",
"screenshot3": "",
"screenshot4": "",
"screenshot5": ""
},
"parameters": [
{
"name": "cortex.webpage.url",
"default": "http://www.cortexpowered.com",
"description": "The url of the page to be displayed."
},
{
"name": "cortex.webpage.duration",
"default": "7500",
"description": "The view duration in milliseconds."
}
]
}