Skip to content

Instantly share code, notes, and snippets.

View ldanielswakman's full-sized avatar
🎨
Redesigning my website...

L Daniel Swakman ldanielswakman

🎨
Redesigning my website...
View GitHub Profile
@ldanielswakman
ldanielswakman / gcal pwa manifest.txt
Last active March 30, 2023 11:49
Google Calendar PWA manifest
const startUrl = 'https://calendar.google.com/calendar/u/1/r';
const manifestData = encodeURIComponent(JSON.stringify({
"short_name": "Calendar",
"name": "Google Calendar",
"icons": [
{
"src": "https://www.gstatic.com/calendar/images/manifest/logo_2020q4_192.png",
"type": "image/png",
"sizes": "192x192"