dhammawatthumpra commited on
Commit
fe3c329
·
1 Parent(s): bfea539

chore: replace icons with user's design + clean old icon files

Browse files
.gitattributes CHANGED
@@ -1 +1,2 @@
1
  # Database downloaded at runtime from HF bucket — no LFS needed
 
 
1
  # Database downloaded at runtime from HF bucket — no LFS needed
2
+ webapp/tipitaka-web/public/*.png filter=lfs diff=lfs merge=lfs -text
webapp/tipitaka-web/public/apple-touch-icon.png CHANGED

Git LFS Details

  • SHA256: 7480e4c78fc6e5858e534f1ae037986ecf1bbafa93da46caf0103d5e77a130d0
  • Pointer size: 130 Bytes
  • Size of remote file: 19.1 kB
webapp/tipitaka-web/public/icon-192.png ADDED

Git LFS Details

  • SHA256: 3ff6ac819c367cf22f739ce2f15a4833ad90ad75919d086bc6f1f62857402f4a
  • Pointer size: 130 Bytes
  • Size of remote file: 21.7 kB
webapp/tipitaka-web/public/icon-512.png ADDED

Git LFS Details

  • SHA256: eab9a672cbc20aca180a259ee369a4523bff56aeb4f97dcda4890162c03a67fd
  • Pointer size: 131 Bytes
  • Size of remote file: 152 kB
webapp/tipitaka-web/public/manifest.json CHANGED
@@ -9,25 +9,25 @@
9
  "orientation": "any",
10
  "icons": [
11
  {
12
- "src": "/pwa-icon-192.png",
13
  "sizes": "192x192",
14
  "type": "image/png",
15
  "purpose": "any"
16
  },
17
  {
18
- "src": "/pwa-icon-512.png",
19
  "sizes": "512x512",
20
  "type": "image/png",
21
  "purpose": "any"
22
  },
23
  {
24
- "src": "/pwa-icon-192.png",
25
  "sizes": "192x192",
26
  "type": "image/png",
27
  "purpose": "maskable"
28
  },
29
  {
30
- "src": "/pwa-icon-512.png",
31
  "sizes": "512x512",
32
  "type": "image/png",
33
  "purpose": "maskable"
 
9
  "orientation": "any",
10
  "icons": [
11
  {
12
+ "src": "/icon-192.png",
13
  "sizes": "192x192",
14
  "type": "image/png",
15
  "purpose": "any"
16
  },
17
  {
18
+ "src": "/icon-512.png",
19
  "sizes": "512x512",
20
  "type": "image/png",
21
  "purpose": "any"
22
  },
23
  {
24
+ "src": "/icon-192.png",
25
  "sizes": "192x192",
26
  "type": "image/png",
27
  "purpose": "maskable"
28
  },
29
  {
30
+ "src": "/icon-512.png",
31
  "sizes": "512x512",
32
  "type": "image/png",
33
  "purpose": "maskable"
webapp/tipitaka-web/public/pwa-icon-192.png DELETED
Binary file (2.34 kB)
 
webapp/tipitaka-web/public/pwa-icon-192.svg DELETED
webapp/tipitaka-web/public/pwa-icon-512.png DELETED
Binary file (7.59 kB)
 
webapp/tipitaka-web/public/pwa-icon-512.svg DELETED