ChandimaPrabath commited on
Commit
e82dd8e
β€’
1 Parent(s): 22e848c

webmanifest and icons

Browse files
frontend/public/site.webmanifest DELETED
@@ -1 +0,0 @@
1
- {"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
 
 
frontend/{public β†’ src/app}/android-chrome-192x192.png RENAMED
File without changes
frontend/{public β†’ src/app}/android-chrome-512x512.png RENAMED
File without changes
frontend/{public β†’ src/app}/apple-touch-icon.png RENAMED
File without changes
frontend/{public β†’ src/app}/favicon-16x16.png RENAMED
File without changes
frontend/{public β†’ src/app}/favicon-32x32.png RENAMED
File without changes
frontend/{public β†’ src/app}/favicon.ico RENAMED
File without changes
frontend/src/app/site.webmanifest ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Nexora",
3
+ "short_name": "NX",
4
+ "icons": [
5
+ {
6
+ "src": "/android-chrome-192x192.png",
7
+ "sizes": "192x192",
8
+ "type": "image/png"
9
+ },
10
+ {
11
+ "src": "/android-chrome-512x512.png",
12
+ "sizes": "512x512",
13
+ "type": "image/png"
14
+ }
15
+ ],
16
+ "theme_color": "#4339ff",
17
+ "background_color": "#110e21",
18
+ "display": "standalone"
19
+ }