awesome-privacy/manifest.json

16 lines
401 B
JSON
Raw Normal View History

2023-01-08 05:07:35 +06:00
{
"short_name": "Awesome Privacy",
"name": "Awesome Privacy",
"description": "Curated list of privacy & security-focused software and services",
"icons": [
{
"src": "awesome-privacy.png",
"type": "image/png",
"sizes": "512x512"
}
],
"display": "standalone",
"theme_color": "#9580ff",
"background_color": "#15171b"
}