-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
96 lines (96 loc) · 2.31 KB
/
manifest.json
File metadata and controls
96 lines (96 loc) · 2.31 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "bright.supply - Lightbox for Video Calls",
"short_name": "bright.supply",
"description": "Use your 2nd monitor as a lightbox for video calls. Adjustable brightness, keyboard shortcuts, and preset levels.",
"version": "2.0.0",
"start_url": "/",
"display": "fullscreen",
"orientation": "any",
"theme_color": "#fccd03",
"background_color": "#000000",
"categories": ["productivity", "utilities", "photography"],
"lang": "en",
"dir": "ltr",
"scope": "/",
"icons": [
{
"src": "assets/images/bright.supply.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "assets/images/bright.supply.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"screenshots": [
{
"src": "assets/images/readme.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "bright.supply interface showing brightness controls"
}
],
"shortcuts": [
{
"name": "Low Brightness",
"short_name": "Low",
"description": "Set to low brightness preset",
"url": "/?preset=low",
"icons": [
{
"src": "assets/images/bright.supply.png",
"sizes": "96x96"
}
]
},
{
"name": "Medium Brightness",
"short_name": "Medium",
"description": "Set to medium brightness preset",
"url": "/?preset=medium",
"icons": [
{
"src": "assets/images/bright.supply.png",
"sizes": "96x96"
}
]
},
{
"name": "High Brightness",
"short_name": "High",
"description": "Set to high brightness preset",
"url": "/?preset=high",
"icons": [
{
"src": "assets/images/bright.supply.png",
"sizes": "96x96"
}
]
},
{
"name": "Maximum Brightness",
"short_name": "Max",
"description": "Set to maximum brightness",
"url": "/?preset=max",
"icons": [
{
"src": "assets/images/bright.supply.png",
"sizes": "96x96"
}
]
}
],
"related_applications": [],
"prefer_related_applications": false,
"edge_side_panel": {
"preferred_width": 400
},
"launch_handler": {
"client_mode": "navigate-existing"
}
}