Files
device-tools/public/manifest.webmanifest
T
2026-09-01 14:22:42 +02:00

19 lines
414 B
JSON

{
"name": "Device Tools",
"short_name": "Device",
"description": "Inspect browser capabilities without creating a device fingerprint.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#f6f7fb",
"theme_color": "#29255f",
"icons": [
{
"src": "./favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}