Files
thetempusproject/manifest.webmanifest
Joey Kimsey 02f3241965 wip
2025-02-05 06:09:07 -05:00

14 lines
551 B
JSON

{
"name": "All The Bookmarks",
"short_name": "ATB",
"description": "Easily save and manage all your bookmarks in one place.",
"start_url": "/",
"display": "standalone",
"background_color": "#1e1e1e",
"theme_color": "#85bd3e",
"icons": [
{ "src": "/images/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/images/icon-512.png", "type": "image/png", "sizes": "512x512" },
{ "src": "/images/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
]
}