-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
31 lines (31 loc) · 745 Bytes
/
Copy pathmanifest.json
File metadata and controls
31 lines (31 loc) · 745 Bytes
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
{
"name": "ZeoSpec - Arun Teja Godavarthi",
"short_name": "ZeoSpec",
"description": "Developer Relations & Community Builder at Google Developers",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#1495a7",
"orientation": "portrait-primary",
"icons": [
{
"src": "/images/logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/images/avatar.jpg",
"sizes": "192x192",
"type": "image/jpeg"
},
{
"src": "/images/zeospec.jpg",
"sizes": "512x512",
"type": "image/jpeg"
}
],
"categories": ["business", "productivity", "education"],
"lang": "en-US",
"dir": "ltr"
}