{
  "name": "WorkLog",
  "short_name": "WorkLog",
  "description": "Your personal work journal",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#0e0f11",
  "theme_color": "#f0c040",
  "orientation": "any",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Entry",
      "short_name": "New",
      "url": "/index.php?page=new_log",
      "description": "Create a new log entry",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Voice Entry",
      "short_name": "Voice",
      "url": "/index.php?page=new_log&voice=1&auto=1",
      "description": "Record a voice entry",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "url": "/index.php?page=tasks",
      "description": "View your tasks",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/index.php?page=new_log",
    "method": "GET",
    "params": { "title": "title", "text": "content" }
  }
}