-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathappinfo.json
More file actions
28 lines (28 loc) · 881 Bytes
/
appinfo.json
File metadata and controls
28 lines (28 loc) · 881 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
{
"title": "Preware",
"id": "org.webosinternals.preware",
"version": "1.9.14",
"release_date": "18-April-2015",
"vendor": "WebOS Internals",
"vendor_email": "support@webos-internals.org",
"vendor_url": "http://www.webos-internals.org/wiki/Application:Preware",
"type": "web",
"main": "index.html",
"icon": "icon.png",
"miniicon": "miniicon.png",
"keywords": ["app"],
"removable": "true",
"noWindow": true,
"uiRevision": 2,
"noDeprecatedStyles" : true ,
"universalSearch":{
"dbsearch" : {
"displayName":"Preware",
"url":"org.webosinternals.preware",
"launchParam":"viewPackage",
"launchParamDbField":"id",
"displayFields":["display","secondary"],
"dbQuery":{"from":"org.webosinternals.preware.justType:1","where":[{"prop":"display","op":"?","val":"", "collate": "primary"}], "limit":20}
}
}
}