Skip to content

Commit ac15b43

Browse files
authored
Add files via upload
1 parent 5e2c757 commit ac15b43

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

image.png.png

1.27 MB
Loading

manifest.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Secure Web Solutions",
3+
"short_name": "SecureWS",
4+
"start_url": "/",
5+
"display": "standalone",
6+
"background_color": "#ffffff",
7+
"theme_color": "#0a192f",
8+
"description": "Simple, clean and client-focused web dev support & services.",
9+
"icons": [
10+
{
11+
"src": "/icons/icon-192.png",
12+
"sizes": "192x192",
13+
"type": "image/png"
14+
},
15+
{
16+
"src": "/icons/icon-512.png",
17+
"sizes": "512x512",
18+
"type": "image/png"
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)