Skip to content

Commit a96e706

Browse files
authored
Create manifest.json
1 parent 70fb7cd commit a96e706

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

manifest.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"type": "image/png"
19+
},
20+
{
21+
"src": "icon-192-maskable.png",
22+
"sizes": "192x192",
23+
"type": "image/png",
24+
"purpose": "maskable"
25+
},
26+
{
27+
"src": "icon-512-maskable.png",
28+
"sizes": "512x512",
29+
"type": "image/png",
30+
"purpose": "maskable"
31+
}
32+
]
33+
}

0 commit comments

Comments
 (0)