-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
110 lines (102 loc) · 2.81 KB
/
manifest.json
File metadata and controls
110 lines (102 loc) · 2.81 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "GGUF Loader - Enterprise-Grade Local AI Platform",
"short_name": "GGUF Loader",
"description": "Run Mistral, LLaMA, and DeepSeek models offline on Windows, MacOS, Linux. No Python required. Privacy-first AI with Smart Floating Assistant.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2c3e50",
"orientation": "portrait-primary",
"scope": "/",
"lang": "en",
"dir": "ltr",
"icons": [
{
"src": "preview.png",
"sizes": "1200x630",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "preview-400w.png",
"sizes": "400x210",
"type": "image/png",
"purpose": "any"
},
{
"src": "preview-800w.png",
"sizes": "800x420",
"type": "image/png",
"purpose": "any"
}
],
"categories": [
"developer",
"productivity",
"utilities",
"ai",
"machine-learning"
],
"screenshots": [
{
"src": "preview.png",
"sizes": "1200x630",
"type": "image/png",
"label": "GGUF Loader main interface"
}
],
"shortcuts": [
{
"name": "Installation Guide",
"short_name": "Install",
"description": "Complete installation guide for all platforms",
"url": "/docs/installation/",
"icons": [
{
"src": "preview-400w.png",
"sizes": "400x210",
"type": "image/png"
}
]
},
{
"name": "Quick Start",
"short_name": "Quick Start",
"description": "Get started with GGUF Loader in minutes",
"url": "/docs/quick-start/",
"icons": [
{
"src": "preview-400w.png",
"sizes": "400x210",
"type": "image/png"
}
]
},
{
"name": "Download Models",
"short_name": "Models",
"description": "Download GGUF models for your system",
"url": "/#download",
"icons": [
{
"src": "preview-400w.png",
"sizes": "400x210",
"type": "image/png"
}
]
}
],
"prefer_related_applications": false,
"protocol_handlers": [
{
"protocol": "web+gguf",
"url": "/?model=%s"
}
],
"edge_side_panel": {
"preferred_width": 400
},
"launch_handler": {
"client_mode": "navigate-existing"
}
}