1 parent 70fb7cd commit a96e706Copy full SHA for a96e706
1 file changed
manifest.json
@@ -0,0 +1,33 @@
1
+{
2
+ "name": "Azura AI Web Search",
3
+ "short_name": "Azura AI",
4
+ "description": "AI-powered web search platform",
5
+ "start_url": "./index.html",
6
+ "display": "standalone",
7
+ "background_color": "#ffffff",
8
+ "theme_color": "#0066ff",
9
+ "icons": [
10
+ {
11
+ "src": "icon-192.png",
12
+ "sizes": "192x192",
13
+ "type": "image/png"
14
+ },
15
16
+ "src": "icon-512.png",
17
+ "sizes": "512x512",
18
19
20
21
+ "src": "icon-192-maskable.png",
22
23
+ "type": "image/png",
24
+ "purpose": "maskable"
25
26
27
+ "src": "icon-512-maskable.png",
28
29
30
31
+ }
32
+ ]
33
+}
0 commit comments