init commit,
After Width: | Height: | Size: 27 KiB |
BIN
99_references/cf-identity-wallet-main/public/favicon-16x16.png
Normal file
After Width: | Height: | Size: 621 B |
BIN
99_references/cf-identity-wallet-main/public/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
99_references/cf-identity-wallet-main/public/favicon.ico
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
99_references/cf-identity-wallet-main/public/logo-192.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
99_references/cf-identity-wallet-main/public/logo-512.png
Normal file
After Width: | Height: | Size: 180 KiB |
BIN
99_references/cf-identity-wallet-main/public/logo24.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
99_references/cf-identity-wallet-main/public/logo48.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
99_references/cf-identity-wallet-main/public/logo64.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
87
99_references/cf-identity-wallet-main/public/manifest.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"short_name": "CF Identity Wallet",
|
||||
"name": "CF Identity Wallet",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon-16x16.png",
|
||||
"sizes": "16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo24.png",
|
||||
"sizes": "24x24",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "favicon-32x32.png",
|
||||
"sizes": "32x32",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "favicon48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo64.png",
|
||||
"sizes": "64x64",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo-192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo-512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
},
|
||||
{
|
||||
"src": "../icons/icon-48.webp",
|
||||
"type": "image/png",
|
||||
"sizes": "48x48",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "../icons/icon-72.webp",
|
||||
"type": "image/png",
|
||||
"sizes": "72x72",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "../icons/icon-96.webp",
|
||||
"type": "image/png",
|
||||
"sizes": "96x96",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "../icons/icon-128.webp",
|
||||
"type": "image/png",
|
||||
"sizes": "128x128",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "../icons/icon-192.webp",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "../icons/icon-256.webp",
|
||||
"type": "image/png",
|
||||
"sizes": "256x256",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "../icons/icon-512.webp",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|