Files
qds/public/manifest.json
dhanabalan 0de50e12b8
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 16s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Gemini PR Review / Gemini PR Review (pull_request) Successful in 14s
Laravel Pint / pint (pull_request) Failing after 2m8s
Laravel Larastan / larastan (pull_request) Failing after 2m19s
Added gcm sender id in manifest.json
2026-01-24 12:12:04 +05:30

23 lines
516 B
JSON

{
"name": "QDS",
"short_name": "qds",
"background_color": "#6777ef",
"display": "standalone",
"description": "A Progressive Web Application setup for Laravel projects.",
"theme_color": "#6777ef",
"gcm_sender_id": "103953800507",
"start_url": "/",
"icons": [
{
"src": "/logo-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/logo-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}