{
  "name": "SinceThen — Track what happened, prepare for what's next",
  "short_name": "SinceThen",
  "description": "A playful counter for the time since anything, reminders that ping, and birthdays you'll never forget.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFDF7",
  "theme_color": "#FFFDF7",
  "categories": ["productivity", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add event",
      "short_name": "New event",
      "url": "/dashboard?tab=events&new=1",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reminders",
      "short_name": "Reminders",
      "url": "/dashboard?tab=reminders",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Birthdays",
      "short_name": "Birthdays",
      "url": "/dashboard?tab=birthdays",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192" }]
    }
  ]
}
