Skip to content

Commit b0193b2

Browse files
committed
Add portfolio and products pages; remove old HTML files and add manifest.json
1 parent 373c8e0 commit b0193b2

14 files changed

+149
-0
lines changed

assets/img/pwa/pwa144.png

60.2 KB
Loading

assets/img/pwa/pwa168.png

71.9 KB
Loading

assets/img/pwa/pwa192.png

82.3 KB
Loading

assets/img/pwa/pwa48.png

24.8 KB
Loading

assets/img/pwa/pwa512.png

347 KB
Loading

assets/img/pwa/pwa72.png

33.5 KB
Loading

assets/img/pwa/pwa96.png

40.4 KB
Loading

assets/img/pwa/shortcut.home.png

3.42 KB
Loading

assets/img/pwa/shortcut.home.si.png

6.19 KB
Loading

assets/img/pwa/shortcut.index.png

1022 Bytes
Loading

manifest.json

+149
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
{
2+
"name": "Prasad Madhuranga",
3+
"_comment": "Created & Designed by Prasad Madhuranga @ 2025.01.01",
4+
"short_name": "PRASAD.KMD™ BLOGFOLIO",
5+
"start_url": "/index.html",
6+
"lang": "en-us",
7+
"orientation": "any",
8+
"display": "standalone",
9+
"background_color": "#fff",
10+
"theme_color": "#ffffff",
11+
"categories": [
12+
"books",
13+
"education",
14+
"entertainment",
15+
"games",
16+
"lifestyle",
17+
"magazines",
18+
"news",
19+
"personalization",
20+
"photo",
21+
"productivity",
22+
"security",
23+
"utilities"
24+
],
25+
"description": "PRASAD MADHURANGA'S OFFICIAL BLOGFOLIO WEBSITE which provides you information about him and his Blog posts. Categories:Web Developer,Web Designer,Content Writer,Blog Writer,Photographer,Draughtsperson,Graphic Designer, Author: Prasad Madhuranga, Designer: PRASAD.KMD™ 2025 , PRASAD.KMD™ - INFINTY IMAGINATION WITH SINHAGIRI™ VISUAL STUDIO",
26+
"icons": [
27+
{
28+
"src": "assets/img/pwa/pwa48.png",
29+
"sizes": "48x48",
30+
"type": "image/png",
31+
"purpose": "any maskable"
32+
},
33+
{
34+
"src": "assets/img/pwa/pwa72.png",
35+
"sizes": "72x72",
36+
"type": "image/png",
37+
"purpose": "any maskable"
38+
},
39+
{
40+
"src": "assets/img/pwa/pwa96.png",
41+
"sizes": "96x96",
42+
"type": "image/png",
43+
"purpose": "any maskable"
44+
},
45+
{
46+
"src": "assets/img/pwa/pwa144.png",
47+
"sizes": "144x144",
48+
"type": "image/png",
49+
"purpose": "any maskable"
50+
},
51+
{
52+
"src": "assets/img/pwa/pwa168.png",
53+
"sizes": "168x168",
54+
"type": "image/png",
55+
"purpose": "any maskable"
56+
},
57+
{
58+
"src": "assets/img/pwa/pwa192.png",
59+
"sizes": "192x192",
60+
"type": "image/png",
61+
"purpose": "any maskable"
62+
},
63+
{
64+
"src": "assets/img/pwa/pwa512.png",
65+
"sizes": "512x512",
66+
"type": "image/png",
67+
"purpose": "any maskable"
68+
}
69+
],
70+
"shortcuts": [
71+
{
72+
"name": "Home Page",
73+
"url": "/index.html",
74+
"icons": [
75+
{
76+
"src": "assets/img/pwa/shortcut.home.png",
77+
"type": "image/png",
78+
"sizes": "96x96",
79+
"purpose": "any"
80+
}
81+
]
82+
},
83+
{
84+
"name": "Blog Page",
85+
"url": "/blog/index.html",
86+
"icons": [
87+
{
88+
"src": "assets/img/pwa/shortcut.home.si.png",
89+
"type": "image/png",
90+
"sizes": "96x96",
91+
"purpose": "any"
92+
}
93+
]
94+
},
95+
{
96+
"name": "Profile Page",
97+
"url": "/profile/index.html",
98+
"icons": [
99+
{
100+
"src": "assets/img/pwa/shortcut.index.png",
101+
"type": "image/png",
102+
"sizes": "96x96",
103+
"purpose": "any"
104+
}
105+
]
106+
}
107+
],
108+
"screenshots": [
109+
{
110+
"src": "assets/img/screenshot/Screenshot.index.webp",
111+
"sizes": "1280x720",
112+
"type": "image/webp",
113+
"form_factor": "wide",
114+
"label": "Index screen of Prasad Madhuranga's Webpage"
115+
},
116+
{
117+
"src": "assets/img/screenshot/Screenshot.en.home.webp",
118+
"sizes": "1280x720",
119+
"type": "image/webp",
120+
"form_factor": "wide",
121+
"label": "Homescreen of Prasad Madhuranga's Webpage in English"
122+
},
123+
{
124+
"src": "assets/img/screenshot/Screenshot.si.home.webp",
125+
"sizes": "1280x720",
126+
"type": "image/webp",
127+
"form_factor": "wide",
128+
"label": "Homescreen of Prasad Madhuranga's Webpage in Sinhala"
129+
}
130+
],
131+
"display_override": [
132+
"standalone",
133+
"window-controls-overlay"
134+
],
135+
"prefer_related_applications": false,
136+
"related_applications": [
137+
{
138+
"platform": "webapp",
139+
"url": "/manifest.json"
140+
}
141+
],
142+
"scope": "/",
143+
"dir": "ltr",
144+
"scope_extensions": [
145+
{
146+
"origin": "*.prasad-kmd.vercel.app"
147+
}
148+
]
149+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)