-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
47 lines (47 loc) · 1.05 KB
/
manifest.json
File metadata and controls
47 lines (47 loc) · 1.05 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
{
"short_name": "LocalSort AI",
"name": "LocalSort-AI: Privacy-First Media Organizer",
"description": "On-device AI photo and video organization using Transformers.js.",
"protocol_handlers": [
{
"protocol": "web+localsort",
"url": "index.html?query=%s"
}
],
"screenshots": [
{
"src": "screenshots/desktop.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "LocalSort-AI Desktop View"
},
{
"src": "screenshots/mobile.png",
"sizes": "750x1334",
"type": "image/png",
"form_factor": "narrow",
"label": "LocalSort-AI Mobile View"
}
],
"icons": [
{
"src": "icons/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "icons/icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "index.html",
"background_color": "#09090b",
"display": "standalone",
"display_override": [
"window-controls-overlay"
],
"scope": "./",
"theme_color": "#09090b"
}