-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
65 lines (65 loc) · 2.4 KB
/
Copy pathmanifest.json
File metadata and controls
65 lines (65 loc) · 2.4 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
{
"name": "Code Snapshot",
"short_name": "CodeSnapshot",
"description": "Export your entire codebase instantly with 100% privacy. Zero uploads, all processing is local.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait-primary",
"theme_color": "#0a0a0b",
"background_color": "#0a0a0b",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><text y='.9em' font-size='170'>⚡</text></svg>",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><text y='.9em' font-size='450'>⚡</text></svg>",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"categories": [
"productivity",
"utilities"
],
"screenshots": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f5f5f5' width='540' height='720'/><text x='50%' y='50%' font-size='48' text-anchor='middle' dominant-baseline='middle'>Code Snapshot</text></svg>",
"sizes": "540x720",
"type": "image/svg+xml",
"form_factor": "narrow"
}
],
"shortcuts": [
{
"name": "Select Files",
"short_name": "Select",
"description": "Open Code Snapshot and select files to export",
"url": "/?action=select",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='.9em' font-size='85'>📁</text></svg>",
"sizes": "96x96",
"type": "image/svg+xml"
}
]
},
{
"name": "Download as ZIP",
"short_name": "ZIP",
"description": "Export your codebase as ZIP",
"url": "/?action=zip",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='.9em' font-size='85'>📦</text></svg>",
"sizes": "96x96",
"type": "image/svg+xml"
}
]
}
]
}