{
  "name": "Clid Calendar",
  "short_name": "Calendar",
  "description": "Month, week, and agenda views with recurring events, .ics export, and Friday AI.",
  "id": "/calendar.html",
  "start_url": "/calendar.html",
  "scope": "/calendar.html",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#00d97e",
  "background_color": "#0a0a0a",
  "icons": [
    { "src": "clid-calendar.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "categories": ["productivity", "office"],
  "shortcuts": [
    { "name": "New calendar", "url": "/calendar.html?new=1", "description": "Create a calendar" },
    { "name": "Recent",       "url": "/calendar.html",       "description": "Open your calendars" }
  ]
}
