Revela-v4/manifest.json
2022-06-06 19:55:13 -05:00

17 lines
392 B
JSON

{
"lang": "en",
"dir": "ltr",
"name": "Alu's Unblocker",
"short_name": "Alu's UB",
"description": "Access your favorite websites from anywhere",
"icons": [{
"src": "/favicon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}],
"start_url": "/",
"display": "standalone",
"theme_color": "#81A1C1",
"background_color": "#ffffff"
}