-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscript.json
More file actions
44 lines (44 loc) · 1.04 KB
/
Copy pathscript.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"version": "",
"localizedDescriptions": {
"pt": "",
"de": "",
"en": "Create and manage one-time, daily, and weekly custom alarms.",
"ja": "",
"zh": "创建和管理单次、每日、每周的自定义闹钟。",
"fr": "",
"es": "",
"it": "",
"ru": ""
},
"color": "rgba(255, 149, 0,1)",
"localizedNames": {
"pt": "",
"en": "Custom Alarm",
"fr": "",
"ru": "",
"de": "",
"zh": "自定义闹钟",
"it": "",
"es": "",
"ja": ""
},
"icon": "clock",
"name": "Custom Alarm",
"contributors": [],
"iconImage": null,
"description": "Create one-time, daily, and weekly custom alarms with AlarmManager.",
"runInApp": true,
"remoteResource": {
"url": "https:\/\/github.com\/BlackCCCat\/Scripting-Scripts\/releases\/latest\/download\/Custom-Alarm.zip",
"hash": "",
"autoUpdateInterval": 86400
},
"entry": "index.tsx",
"author": {
"homepage": "https:\/\/github.com\/BlackCCCat",
"name": "BlackCCCat",
"email": null
},
"intentInputTypes": []
}