This repository was archived by the owner on May 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWindowTracker.json
More file actions
45 lines (45 loc) · 1.4 KB
/
WindowTracker.json
File metadata and controls
45 lines (45 loc) · 1.4 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
45
{
"packageName": "Window Tracker",
"author": "Ryan Elliott",
"version": "0.2.0",
"minimumHEVersion": "0.0",
"dateReleased": "2022-09-24",
"apps": [
{
"id": "f7da1eea-983e-4e64-9892-dce7ee88def4",
"name": "Window Tracker",
"namespace": "rle.sg+",
"location": "https://raw.githubusercontent.com/FriedCheese2006/WindowTrackerPlus/main/WindowTracker_Parent.groovy",
"required": true,
"oauth": false,
"primary": true
},
{
"id": "d524e9da-3530-47c7-9ed9-53f6ec2796a8",
"name": "Window Tracker Child",
"namespace": "rle.sg+",
"location": "https://raw.githubusercontent.com/FriedCheese2006/WindowTrackerPlus/main/WindowTracker_Child.groovy",
"required": true,
"oauth": false,
"primary": false
},
{
"id": "ab095ca1-0a5a-44e2-be76-240cc3865858",
"name": "Window Tracker Aggregate",
"namespace": "rle.sg+",
"location": "https://raw.githubusercontent.com/FriedCheese2006/WindowTrackerPlus/main/WindowTracker_Aggregate.groovy",
"required": true,
"oauth": false,
"primary": false
}
],
"drivers": [
{
"id": "57c96489-3a05-4ee0-9e54-562cd90afeeb",
"name": "Window Tracker Device",
"namespace": "rle.sg+",
"location": "https://raw.githubusercontent.com/FriedCheese2006/WindowTrackerPlus/main/WindowTracker_Device.groovy",
"required": true
}
]
}