-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
27 lines (27 loc) · 815 Bytes
/
manifest.json
File metadata and controls
27 lines (27 loc) · 815 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
{
"name": "com.cortexpowered.apps.image-decode-test",
"version": "1.0.0",
"displayName": "Image Decode Test",
"description": "Test application for LinkNYC image decode problem.",
"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.idt.cache",
"default": "false",
"description": "When enabled, the application will cache DOM nodes."
}
]
}