mirror of
https://github.com/praetorian-inc/ChromeAlone
synced 2026-06-06 16:34:31 +00:00
37 lines
831 B
JSON
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"]
|
|
}
|
|
}
|