{
  "name": "Mindspark Tasks",
  "short_name": "Mindspark",
  "description": "Agent-native task manager.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b0d",
  "theme_color": "#0b0b0d",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "text": "text",
      "title": "title",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Quick add",
      "short_name": "Add",
      "description": "Open the quick-add box.",
      "url": "/?focus=quickadd"
    }
  ]
}
