summaryrefslogtreecommitdiff
path: root/examples/QtSensors/grue/qml_app/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/QtSensors/grue/qml_app/info.json')
-rw-r--r--examples/QtSensors/grue/qml_app/info.json16
1 files changed, 9 insertions, 7 deletions
diff --git a/examples/QtSensors/grue/qml_app/info.json b/examples/QtSensors/grue/qml_app/info.json
index 2e14fc7..700c3eb 100644
--- a/examples/QtSensors/grue/qml_app/info.json
+++ b/examples/QtSensors/grue/qml_app/info.json
@@ -1,12 +1,14 @@
{
"info-version": "1.0",
"dict": {
- "DisplayName": "Grue Sensor",
- "Identifier": "com.nokia.mt.grue",
- "Runtime": "qml",
- "MainQML": "main.qml",
- "Version": "1.0.0",
- "Category": "application",
- "Summary": "The Grue sensor identifies your chance of being eaten by a Grue."
+ "displayName": {
+ "en_US": "Grue Sensor"
+ },
+ "identifier": "com.nokia.mt.grue",
+ "runtime": "qml",
+ "main": "main.qml",
+ "version": "1.0.0",
+ "category": "application",
+ "subcategory": "utility"
}
}