{
  "name": "expoalb",
  "short_name": "expoalb",
  "description": "The documents organize themselves.",
  "start_url": "/today",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#8B3AF0",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Today", "url": "/today" },
    { "name": "Properties", "url": "/properties" }
  ]
}
