Skip to content

Commit 478ee09

Browse files
authored
Add initial package.json with project metadata
Initial creation of package.json for the project with metadata, icons, and screenshots.
1 parent 9c63257 commit 478ee09

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

package.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"name": "100 Projects",
3+
"short_name": "1H Projects",
4+
"lang": "en",
5+
"orientation": "any",
6+
"author": "M Ramzan Ch",
7+
"publisher": "MicroResearch Corporation®",
8+
"description": "A collection of 100+ modern creative frontend projects including UI components, animations, effects, widgets, and more.",
9+
"start_url": ".",
10+
"display": "standalone",
11+
"theme_color": "#f44234",
12+
"background_color": "#e0e5ec",
13+
"protocol_handlers": [
14+
{
15+
"protocol": "mailto",
16+
"url": "/newEmail?to=%s"
17+
}
18+
],
19+
"display_override": [
20+
"window-controls-overlay"
21+
],
22+
"shortcuts": [
23+
{
24+
"name": "Main",
25+
"short_name": "Main",
26+
"description": "Jump to Main",
27+
"url": "./",
28+
"icons": [
29+
{
30+
"src": "./src/favicon.png",
31+
"sizes": "192x192"
32+
}
33+
]
34+
}
35+
],
36+
"icons": [
37+
{
38+
"purpose": "maskable",
39+
"sizes": "512x512",
40+
"src": "./src/favicon.png",
41+
"type": "image/png"
42+
},
43+
{
44+
"purpose": "any",
45+
"sizes": "512x512",
46+
"src": "./src/favicon.png",
47+
"type": "image/png"
48+
}
49+
],
50+
"screenshots": [
51+
{
52+
"src": "https://iili.io/fc3VMhu.png",
53+
"type": "image/png",
54+
"description": "Main Screen"
55+
},
56+
{
57+
"src": "https://iili.io/fc3VMhu.png",
58+
"type": "image/png",
59+
"description": "SHOT 002"
60+
},
61+
{
62+
"src": "https://iili.io/fc3VMhu.png",
63+
"type": "image/png",
64+
"description": "SHOT 003"
65+
}
66+
]
67+
}

0 commit comments

Comments
 (0)