{
  "package": "com.xiaomi.watch.alarm",
  "name": "watch-alarm",
  "versionName": "1.0.0",
  "versionCode": 1,
  "minPlatformVersion": 1020,
  "icon": "/Common/logo.png",
  "deviceTypeList": [
    "phone"
  ],
  "features": [
    {
      "name": "system.prompt"
    },
    {
      "name": "system.router"
    },
    {
      "name": "system.shortcut"
    },
    {
      "name": "system.storage"
    }
  ],
  "permissions": [
    {
      "origin": "*"
    }
  ],
  "config": {
    "logLevel": "log",
    "designWidth": 320,
    "debug": true
  },
  "router": {
    "entry": "Home",
    "pages": {
      "Home": {
        "component": "index"
      },
      "SetTime": {
        "component": "index"
      },
      "SetDays": {
        "component": "index"
      },
      "EditEvent": {
        "component": "index"
      }
    }
  },
  "display": {
    "titleBarBackgroundColor": "#f2f2f2",
    "titleBarTextColor": "#414141",
    "pages": {
      "Home": {
        "titleBarText": "首页",
        "menu": false
      },
      "SetTime": {
        "titleBarText": "设置时间",
        "menu": false
      },
      "SetDays": {
        "titleBarText": "重复",
        "menu": false
      },
      "EditEvent": {
        "titleBarText": "编辑闹钟",
        "menu": false
      }
    }
  },
  "packageInfo": {
    "originType": "cmd",
    "toolkit": "2.0.10",
    "timeStamp": "2021-04-19T07:00:03.962Z",
    "node": "v12.14.0",
    "platform": "linux",
    "arch": "x64"
  }
}