الملفات
qr-generator/manifest.json
2024-09-16 11:06:48 +03:00

22 أسطر
560 B
JSON

{
"name": "QR Code Generator",
"short_name": "QR Code",
"description": "Generate QR codes instantly with our free and easy-to-use QR code generator.",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ffc517",
"icons": [
{
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}