-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
15 lines (15 loc) · 827 Bytes
/
manifest.json
File metadata and controls
15 lines (15 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"short_name": "ISM Tool",
"name": "ISM Tool - SSIM & MICMAC Analysis",
"icons": [
{
"src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='4' fill='%230f172a'/%3E%3Cpath d='M0 22h24v2H0z' fill='%23eab308'/%3E%3Cg transform='translate(3,3) scale(0.75)' stroke='%23eab308' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2z'/%3E%3Cpath d='M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5'/%3E%3Cpath d='M4 15v-3a6 6 0 0 1 16 0v3'/%3E%3C/g%3E%3C/svg%3E",
"sizes": "192x192 512x512",
"type": "image/svg+xml"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#0f172a",
"background_color": "#f8fafc"
}