Files
praetorian-inc-ChromeAlone/BLOWTORCH/assets/.well-known/manifest.webmanifest
T
Michael Weber 1dd0a47cf9 Initial Commit
2025-08-05 17:39:31 -04:00

37 lines
831 B
JSON

{
"id": "/",
"short_name": "Google Keep",
"name": "Google Keep",
"version": "1.0",
"icons": [
{
"src": "/images/icons-vector.svg",
"sizes": "48x48 72x72 96x96 128x128 256x256 512x512 1024x1024",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/images/icons-192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "/images/icons-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
}
],
"start_url": "/",
"display": "minimal-ui",
"scope": "/",
"permissions_policy": {
"cross-origin-isolated": ["self"],
"direct-sockets": ["self"],
"direct-sockets-private": ["self"],
"usb": ["self"],
"usb-unrestricted": ["self"]
}
}