Skip to content

Commit 9c55db2

Browse files
committed
cleaned directory structure
1 parent 3dc7648 commit 9c55db2

4 files changed

+12
-5
lines changed
File renamed without changes.

docs/public/manifest.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
{
22
"name": "Awesome Android Root",
33
"short_name": "AAR",
4+
"description": "A curated list of best Android root applications and Magisk modules",
45
"icons": [
56
{
6-
"src": "/web-app-manifest-192x192.png",
7+
"src": "images/web-app-manifest-192x192.png",
78
"sizes": "192x192",
89
"type": "image/png",
9-
"purpose": "maskable"
10+
"purpose": "maskable any"
1011
},
1112
{
12-
"src": "/web-app-manifest-512x512.png",
13+
"src": "images/web-app-manifest-512x512.png",
1314
"sizes": "512x512",
1415
"type": "image/png",
15-
"purpose": "maskable"
16+
"purpose": "maskable any"
1617
}
1718
],
19+
"start_url": "/",
20+
"scope": "/",
1821
"theme_color": "#ffffff",
1922
"background_color": "#ffffff",
20-
"display": "standalone"
23+
"display": "standalone",
24+
"orientation": "any",
25+
"categories": ["utilities", "developer tools"],
26+
"lang": "en",
27+
"dir": "ltr"
2128
}

0 commit comments

Comments
 (0)