yousrarehman commited on
Commit
e07d0d6
·
verified ·
1 Parent(s): 54b2ef4

Upload manifest.json

Browse files
Files changed (1) hide show
  1. manifest.json +40 -0
manifest.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "background_color": "#ffffff",
3
+ "dir": "ltr",
4
+ "display": "standalone",
5
+ "name": "DermaAI",
6
+ "orientation": "any",
7
+ "scope": "/",
8
+ "short_name": "DermaAI",
9
+ "start_url": "/",
10
+ "theme_color": "#1a73e8",
11
+ "icons": [
12
+ {
13
+ "src": "https://yousrarehman-derma-ai-scanner.hf.space/favicon.png",
14
+ "type": "image/png",
15
+ "sizes": "32x32",
16
+ "isSquare": true,
17
+ "isPng": true,
18
+ "isWebp": false,
19
+ "isJpg": false,
20
+ "width": 32,
21
+ "is512x512": false,
22
+ "is256x256": false,
23
+ "is192x192": false
24
+ },
25
+ {
26
+ "src": "https://yousrarehman-derma-ai-scanner.hf.space/favicon.ico",
27
+ "type": "image/x-icon",
28
+ "isSquare": false,
29
+ "isPng": false,
30
+ "isWebp": false,
31
+ "isJpg": false,
32
+ "width": 0,
33
+ "is512x512": false,
34
+ "is256x256": false,
35
+ "is192x192": false
36
+ }
37
+ ],
38
+ "description": "AI-powered skin disease scanner and diagnostic tool",
39
+ "id": "DermaAI-scanner"
40
+ }