Skip to content

Commit f6c160d

Browse files
committed
Update manifest.webmanifest
1 parent 997649b commit f6c160d

1 file changed

Lines changed: 22 additions & 11 deletions

File tree

manifest.webmanifest

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,37 @@
22
"name": "ColorPickUp",
33
"short_name": "ColorPickUp",
44
"description": "ColorPickUp is a fast, grid-optimized, and zero-dependency color picker library. Features 16 UI styles, advanced themes, and WCAG accessibility validation.",
5-
"id": "/ColorPickUp/",
6-
"start_url": "/ColorPickUp/",
7-
"scope": "/ColorPickUp/",
8-
"lang": "en",
5+
"id": "/Color-PickUp/",
6+
"start_url": "/Color-PickUp/",
7+
"scope": "/Color-PickUp/",
98
"dir": "auto",
109
"display": "standalone",
11-
"display_override": [
12-
"minimal-ui"
13-
],
1410
"orientation": "any",
1511
"background_color": "#ffffff",
1612
"theme_color": "#2563eb",
13+
"lang": "en",
1714

15+
"categories": [
16+
"developer",
17+
"developer tools",
18+
"development",
19+
"productivity",
20+
"utilities"
21+
],
1822

1923
"launch_handler": {
2024
"client_mode": "navigate-existing"
2125
},
2226

23-
"handle_links": "preferred",
24-
"capture_links": "existing-client-navigate",
27+
"protocol_handlers": [
28+
{
29+
"protocol": "mailto",
30+
"url": "./&tar=%s"
31+
}
32+
],
33+
34+
"edge_side_panel": {},
35+
2536
"prefer_related_applications": false,
2637

2738
"icons": [
@@ -131,13 +142,13 @@
131142
{
132143
"src": "./src/social-.png",
133144
"form_factor": "wide",
134-
"sizes": "1560x780",
145+
"sizes": "1440x810",
135146
"type": "image/png",
136147
"description": "ScreenShot Of Site's Upper Part."
137148
},
138149
{
139150
"src": "./src/social_.png",
140-
"sizes": "768x1376",
151+
"sizes": "720x1480",
141152
"type": "image/png",
142153
"description": "ScreenShot Of Site's Upper Part."
143154
}

0 commit comments

Comments
 (0)