Nirav Madhani commited on
Commit
e1b88e8
·
verified ·
1 Parent(s): 5cb0198

Create manifest.json

Browse files
Files changed (1) hide show
  1. manifest.json +13 -0
manifest.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+
3
+ "name": "My Hugging Face Space App",
4
+
5
+ "short_name": "My App",
6
+
7
+ "theme_color": "#ffffff",
8
+
9
+ "background_color": "#f0f0f0",
10
+
11
+ "display": "standalone"
12
+
13
+ }