CVNSS commited on
Commit
9f2b301
·
verified ·
1 Parent(s): 4179c74

Create manifest.webmanifest

Browse files
Files changed (1) hide show
  1. manifest.webmanifest +16 -0
manifest.webmanifest ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Từ điển Hoàng Phê (Offline)",
3
+ "short_name": "Từ điển HP",
4
+ "start_url": "./index.html",
5
+ "display": "standalone",
6
+ "background_color": "#fffaf2",
7
+ "theme_color": "#7a0000",
8
+ "icons": [
9
+ {
10
+ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='96' fill='%237a0000'/%3E%3Ctext x='50%25' y='56%25' text-anchor='middle' font-size='220' font-family='Georgia' fill='%23ffd700'%3ETD%3C/text%3E%3C/svg%3E",
11
+ "sizes": "512x512",
12
+ "type": "image/svg+xml",
13
+ "purpose": "any maskable"
14
+ }
15
+ ]
16
+ }