Advertisement
JaviSP

manifest03

Jun 19th, 2019
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.74 KB | None | 0 0
  1. {
  2.   "_version": "1.12.0",
  3.   "sap.app": {
  4.     "id": "saptools.demo",
  5.     "type": "application",
  6.     "i18n": "i18n/i18n.properties",
  7.     "title": "{{appTitle}}",
  8.     "description": "{{appDescription}}",
  9.     "applicationVersion": {
  10.       "version": "1.0.0"
  11.     }
  12.   },
  13.   "sap.ui": {
  14.     "technology": "UI5",
  15.     "deviceTypes": {
  16.         "desktop": true,
  17.         "tablet": true,
  18.         "phone": true
  19.     }
  20.   },
  21.   "sap.ui5": {
  22.     "rootView": {
  23.         "viewName": "saptools.demo.view.App",
  24.         "type": "XML",
  25.         "async": true,
  26.         "id": "app"
  27.     },
  28.     "dependencies": {
  29.       "minUI5Version": "1.60",
  30.       "libs": {
  31.         "sap.m": {}
  32.       }
  33.     },
  34.     "models": {
  35.       "i18n": {
  36.         "type": "sap.ui.model.resource.ResourceModel",
  37.         "settings": {
  38.           "bundleName": "saptools.demo.i18n.i18n"
  39.         }
  40.       }
  41.     }
  42.   }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement