-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
executable file
·34 lines (34 loc) · 876 Bytes
/
manifest.json
File metadata and controls
executable file
·34 lines (34 loc) · 876 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
32
33
34
{
"name": "Easy Time-Blocking",
"short_name": "Time-Block",
"description": "Plan your day with this free, offline-ready time-blocking app. Drag to create blocks, set recurring schedules, and boost your productivity.",
"start_url": ".",
"scope": ".",
"id": "easy-time-blocking",
"display": "standalone",
"background_color": "#1a1a1a",
"theme_color": "#4F6D7A",
"orientation": "portrait-primary",
"icons": [
{
"src": "icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "assets/favicon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "assets/favicon-180.png",
"sizes": "180x180",
"type": "image/png"
}
],
"categories": ["productivity", "utilities"],
"lang": "en",
"dir": "ltr"
}