6b3bca3218
Change-Id: Icb62af55a9d117627794852971a20542db51424c
26 lines
No EOL
742 B
JSON
26 lines
No EOL
742 B
JSON
{
|
|
"name": "Impress Remote",
|
|
"description": "Remote control for LibreOffice Impress slideshows.",
|
|
"launch_path": "/index.html",
|
|
"developer": {
|
|
"name": "The Document Foundation",
|
|
"url": "http://www.libreoffice.org"
|
|
},
|
|
"icons": {
|
|
"16": "/img/icon16.png",
|
|
"32": "/img/icon32.png",
|
|
"48": "/img/icon48.png",
|
|
"64": "/img/icon64.png",
|
|
"128": "/img/icon128.png"
|
|
},
|
|
"default_locale": "en",
|
|
"type": "certified",
|
|
"permissions": {
|
|
"tcp-socket": {
|
|
"description": "Required to connect to LO server using wifi."
|
|
},
|
|
"bluetooth": {
|
|
"description": "Required to connect to LO server using bluetooth."
|
|
}
|
|
}
|
|
} |