-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
42 lines (42 loc) · 1.33 KB
/
manifest.json
File metadata and controls
42 lines (42 loc) · 1.33 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
{
"name": "TaskWave - Task Manager",
"short_name": "TaskWave",
"description": "A modern, installable task management web app with offline support, priority levels, tags, advanced filtering & sorting, drag-and-drop reordering, overdue reminders, weekly productivity insights, and a smooth app-like experience with light/dark themes on desktop and mobile.",
"start_url": "https://ahmed-maher77.github.io/TaskWave-Installable-Web-based-Task-Manager/",
"id": "/",
"display": "standalone",
"orientation": "portrait",
"scope": "/",
"background_color": "#ffffff",
"theme_color": "#000000",
"dir": "auto",
"lang": "en-US",
"icons": [
{
"purpose": "maskable",
"sizes": "512x512",
"src": "images/icon512_maskable.png",
"type": "image/png"
},
{
"purpose": "any",
"sizes": "512x512",
"src": "images/icon512_rounded.png",
"type": "image/png"
}
],
"screenshots": [
{
"src": "images/screenshots/desktop.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "images/screenshots/mobile.png",
"sizes": "360x640",
"type": "image/png",
"form_factor": "narrow"
}
]
}