-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 952 Bytes
/
manifest.json
File metadata and controls
39 lines (39 loc) · 952 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
35
36
37
38
39
{
"name": "Sweep Bros",
"short_name": "SweepBros",
"description": "Effortlessly sort your photos and videos into custom folders with keyboard shortcuts.",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"orientation": "any",
"icons": [
{
"src": "favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"share_target": {
"action": "./index.html",
"method": "GET",
"enctype": "application/x-www-form-urlencoded",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
},
"categories": ["photo", "productivity", "utilities"],
"screenshots": [
{
"src": "images/SweepBros_Screenshot.png",
"sizes": "1920x1080",
"type": "image/png",
"form_factor": "wide",
"label": "Sweep Bros Desktop Interface"
}
],
"shortcuts": []
}