40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "QR Rapido - Gerador QR Code Ultrarrápido",
|
|
"short_name": "QR Rapido",
|
|
"description": "Gere códigos QR em segundos! Grátis e ultrarrápido.",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#FFFFFF",
|
|
"theme_color": "#007BFF",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/images/qrrapido-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/images/qrrapido-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"categories": ["utilities", "productivity"],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Gerar QR URL",
|
|
"short_name": "QR URL",
|
|
"description": "Criar QR code para URL",
|
|
"url": "/?type=url",
|
|
"icons": [{"src": "/images/shortcut-url.png", "sizes": "96x96"}]
|
|
},
|
|
{
|
|
"name": "Gerar QR Texto",
|
|
"short_name": "QR Texto",
|
|
"description": "Criar QR code para texto",
|
|
"url": "/?type=text",
|
|
"icons": [{"src": "/images/shortcut-text.png", "sizes": "96x96"}]
|
|
}
|
|
]
|
|
} |