Skip to content

Commit c27fc46

Browse files
Updates
0 parents  commit c27fc46

952 files changed

Lines changed: 4332 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

asset-manifest.json

Lines changed: 950 additions & 0 deletions
Large diffs are not rendered by default.

favicon.png

24.6 KB
Loading

index.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "event-manager-somaiya",
3+
"name": "Come join talks from Rainbow Stack members",
4+
"icons": [
5+
{
6+
"src": "favicon.png",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-png"
9+
},
10+
{
11+
"src": "favicon.png",
12+
"type": "image/x-png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "favicon.png",
17+
"type": "image/x-png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}

0 commit comments

Comments
 (0)