{
  "id": "/procdocs/?source=pwa",
  "name": "ProcDocs — Process & Knowledge Hub",
  "short_name": "ProcDocs",
  "description": "Personal documentation hub for processes, checklists, email templates, and insights.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": { "client_mode": "focus-existing" },
  "orientation": "any",
  "background_color": "#F2F2F2",
  "theme_color": "#23004C",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "share_target": {
    "action": "./share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "mdfile", "accept": ["text/markdown", "text/plain", ".md"] }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "New process",
      "short_name": "New process",
      "description": "Create a process document",
      "url": "./index.html?action=new-process",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search everything",
      "url": "./index.html?action=search",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Performance",
      "short_name": "Performance",
      "description": "Open the performance table",
      "url": "./index.html?action=performance",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
