{
  "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
  },
  "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
      }
    }
  }
}