-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.json
More file actions
31 lines (29 loc) · 809 Bytes
/
Copy pathscript.json
File metadata and controls
31 lines (29 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"runInApp" : true,
"author" : {
"name" : "shulkx",
"email" : "forummazing@gmail.com",
"homepage" : "https:\/\/github.com\/shulkx"
},
"entry" : "index.tsx",
"intentInputTypes" : [
],
"remoteResource" : {
"url" : "https:\/\/github.com\/shulkx\/tiny-kick-counter\/releases\/latest\/download\/TinyKickCounter.zip",
"autoUpdateInterval" : 86400
},
"iconImage" : null,
"icon" : "heart.fill",
"contributors" : [
],
"version" : "1.3.2",
"color" : "systemPink",
"description" : "轻量胎动计数器:主页面卡片、小组件按钮和快捷指令入口",
"localizedNames" : {
"zh" : "胎动计数"
},
"localizedDescriptions" : {
"zh" : "记录 1 小时胎动周期,支持桌面小组件和快捷指令。"
},
"name" : "Tiny Kick Counter"
}